Re: Tomcat loading dlls

2010-02-25 Thread Konstantin Kolinko
Please be careful with Nabble. You are resending your messages to the list [1] the third time in a row. Maybe there was some "OK" button that you were inadvertently pressing. Regarding Eclipse on Windows: 1. If you updated your PATH variable, any program that was started before the update will st

RE: Tomcat loading dlls

2010-02-24 Thread Caldarale, Charles R
> From: StrongSteve [mailto:ste...@starkeweb.org] > Subject: RE: Tomcat loading dlls > > > If a Java program calls System.loadLibrary("XXX"), are all directories > specified by the PATH varibale searched for a DLL called XXX? For Windows, yes, in the order specifie

RE: Tomcat loading dlls

2010-02-24 Thread Caldarale, Charles R
> From: StrongSteve [mailto:ste...@starkeweb.org] > Subject: RE: Tomcat loading dlls > > In order for it to work I have to append the directory to > the "library path" when starting the Tomcat from within Eclipse. > > Why is this so? Am I doing something wrong?

Re: Tomcat loading dlls

2010-02-24 Thread Pid
On 24/02/2010 10:16, StrongSteve wrote: Just one thing I forgot to ask. Using the PATH Variable works fine when starting the Tomcat from a command shell. Nevertheless if I start the Tomcat from within Eclipse (MyEclipse), it does not care if the directory is specified in the PATH or not. The D

RE: Tomcat loading dlls

2010-02-24 Thread StrongSteve
Just one thing I forgot to ask. Using the PATH Variable works fine when starting the Tomcat from a command shell. Nevertheless if I start the Tomcat from within Eclipse (MyEclipse), it does not care if the directory is specified in the PATH or not. The DLL is not being loaded. In order for it to

RE: Tomcat loading dlls

2010-02-24 Thread StrongSteve
Using the PATH Variable worked fine. Just some quick questions for a better understanding: If a Java program calls System.loadLibrary("XXX"), are all directories specified by the PATH varibale searched for a DLL called XXX? In case there are more directories specified that do contain a DLL calle

RE: Tomcat loading dlls

2010-02-23 Thread Caldarale, Charles R
> From: StrongSteve [mailto:ste...@starkeweb.org] > Subject: Tomcat loading dlls > > Do I place the needed dlls into another directory and alter an > environmental variable (f.e. java.library.path, PATH, CLASSPATH, > ...) or do i alter catalina.bat/startup.bat? Since you're on Windows, the easies