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

RE: Tomcat loading dlls

2010-02-24 Thread StrongSteve
: 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 easiest

RE: Tomcat loading dlls

2010-02-24 Thread StrongSteve
: 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 easiest approach is just

Re: Tomcat loading dlls

2010-02-24 Thread Pid
anyone explain the difference between PATH, CLASSPATH and java.library.path. I am a little stuck on when to use use which property. Thanks in Advance for your time! Greetings Stefan n828cl wrote: From: StrongSteve [mailto:ste...@starkeweb.org] Subject: Tomcat loading dlls Do I place the needed

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? I mean it is the same Tomcat. No, it's

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 specified on the PATH variable. For Linux

Tomcat loading dlls

2010-02-23 Thread StrongSteve
catalina.bat/startup.bat? Seriously, what is the prefered solution? Thanks in Advance for your time! Stefan -- View this message in context: http://old.nabble.com/Tomcat-loading-dlls-tp27703944p27703944.html Sent from the Tomcat - User mailing list archive at Nabble.com

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 easiest