From: Antony R. <ri...@to...> - 2003-04-09 20:37:58
|
Thanks for the info Pepijn! I didn't even think about setting system properties. :) I'll try this method tomorrow morning. ribot. ----- Original Message ----- From: "Pepijn Van Eeckhoudt" <pep...@lu...> To: <gl4...@li...> Sent: Wednesday, April 09, 2003 7:49 PM Subject: Re: [gl4java-usergroup] Packing GL4Java with a program We have solved this problem by simply adding the jars to the classpath and defining the java.library.path system property. If you don't set this property manually it is set to the system path (on windows at least). In our application for instance we set this property to ./lib/native. This doesn't mess up the loading of the jdks own dlls because the path to these is defined in a property called sub.boot.library.path (or something like that). Hope this helps. |