Re: JNI in Tomcat6

2007-05-02 Thread Pid
Caldarale, Charles R wrote: From: Martin Gainty [mailto:[EMAIL PROTECTED] Subject: Re: JNI in Tomcat6 usually the binaries are located in %JAVA_HOME%/jre/bin Only DLLs that are part of the JVM should be placed in %JAVA_HOME%/jre/bin; this is not an appropriate location for application

RE: JNI in Tomcat6

2007-05-02 Thread Caldarale, Charles R
> From: Martin Gainty [mailto:[EMAIL PROTECTED] > Subject: Re: JNI in Tomcat6 > > usually the binaries are located in %JAVA_HOME%/jre/bin Only DLLs that are part of the JVM should be placed in %JAVA_HOME%/jre/bin; this is not an appropriate location for application-specific

Re: JNI in Tomcat6

2007-05-02 Thread Martin Gainty
y the original message without making a copy. Thank you. - Original Message - From: "David Kerber" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, May 02, 2007 9:34 AM Subject: Re: JNI in Tomcat6 Christian Becker wrote: Hello Everybody, i am cur

Re: JNI in Tomcat6

2007-05-02 Thread David Kerber
Christian Becker wrote: Hello Everybody, i am currently developing a Servlet for Controlling my Winamp with my Mobile. The Library i want to use is jdic. jdic uses JNI with a DLL As Java Application, it is perfectly working. But on my Tomcat6 i always get a Exception while Servlet Initializati

JNI in Tomcat6

2007-05-02 Thread Christian Becker
Hello Everybody, i am currently developing a Servlet for Controlling my Winamp with my Mobile. The Library i want to use is jdic. jdic uses JNI with a DLL As Java Application, it is perfectly working. But on my Tomcat6 i always get a Exception while Servlet Initialization: java.lang.UnsatisfiedL