Re: java.library.path / Unsatisfied Link Error problem with Linux Tomcat 5.5

2007-10-17 Thread David Marshall
/10/17, David Marshall <[EMAIL PROTECTED]>: I'm not doing a System.loadLibrary. The library is needed by a third-party jar that I am using. SInce it works from within Eclipse I know that their jar and the shared object (.so file) work correctly together and that the shared object i

Re: java.library.path / Unsatisfied Link Error problem with Linux Tomcat 5.5

2007-10-16 Thread david marshall
op-java-library-path-n.html It is about requirements for LD_LIBRARY_PATH if there are several libraries. Does your printenv mention the value of LD_LIBRARY_PATH? Is there any difference compared to when you are running Eclipse? 2007/10/17, David Marshall <[EMAIL PROTECTED]>: Th

Re: java.library.path / Unsatisfied Link Error problem with Linux Tomcat 5.5

2007-10-16 Thread David Marshall
The results of printing System.getProperty("java.library.path") in the jsp does show the correct path to my shared object Looking forward to your results with JSP. 2007/10/17, David Marshall <[EMAIL PROTECTED]>: I'm not doing a System.loadLibrary. The library

Re: java.library.path / Unsatisfied Link Error problem with Linux Tomcat 5.5

2007-10-16 Thread David Marshall
r something like that, so that it doesn't try to load your X windows environment Filip David Marshall wrote: Using Tomcat 5.5 on Linux. I've set my environment variable with export JAVA_OPTS='-Djava.library.path=/path/to/my/sharedobjectfolder' After restarting tomcat

Re: java.library.path / Unsatisfied Link Error problem with Linux Tomcat 5.5

2007-10-16 Thread David Marshall
JSP. 2007/10/17, David Marshall <[EMAIL PROTECTED]>: I'm not doing a System.loadLibrary. The library is needed by a third-party jar that I am using. SInce it works from within Eclipse I know that their jar and the shared object (.so file) work correctly together and that the share

Re: java.library.path / Unsatisfied Link Error problem with Linux Tomcat 5.5

2007-10-16 Thread David Marshall
va.library.path is set as intended. I'll try your JSP idea just to be 100% the path is set correctly. Filip Hanik - Dev Lists wrote: and that your library is valid, and that you are calling System.loadLibrary with the correct name Filip David Marshall wrote: Filip : Thanks. I did

Re: java.library.path / Unsatisfied Link Error problem with Linux Tomcat 5.5

2007-10-16 Thread David Marshall
e or something like that, so that it doesn't try to load your X windows environment Filip David Marshall wrote: Using Tomcat 5.5 on Linux. I've set my environment variable with export JAVA_OPTS='-Djava.library.path=/path/to/my/sharedobjectfolder' After restarting t

java.library.path / Unsatisfied Link Error problem with Linux Tomcat 5.5

2007-10-16 Thread David Marshall
/etc/init.d/tomcat start) What could be wrong? -- David Marshall Staff Software Engineer Center For Knowledge Communication Computer Science Dept. University of Massachusetts - Amherst www.cs.umass.edu/~marshall - To