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
> 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
> 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?
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
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
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
> 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