Re: jawin and Tomcat 5
Bob Farnik <[email protected]> Wed, 7 Dec 2005 08:36:01 -0500
| Newsgroups | gmane.comp.windows.devel.jawin |
|---|---|
| Message-ID | <LISTSERV%[email protected]> |
Thanks for a quick reply Christopher. I tried the batch with all variables set to match my environment, but the result is still the same, only the stack trace looks a bit different: java.lang.NoClassDefFoundError com.develop.jawin.IdentityManager.registerProxy(IdentityManager.java:259) com.develop.jawin.UnknownPtr.<clinit>(UnknownPtr.java:48) MyBeans.JavaNativeBridge.<init>(JavaNativeBridge.java:134) org.apache.jsp.index_jsp._jspService(org.apache.jsp.index_jsp:50) Where do you place jawin jar and dll (LD_PATH)? If I add -Djava.library.path=C:\Program Files\Apache Group\Tomcat 5.5\webapps\myjawinapp\WEB-INF\lib to the Tomcat Java Options list in Tomcat 5 Configuration tool, then strangely the exception stack trace looks a bit different: java.lang.NoClassDefFoundError BSCBeans.JavaNativeBridge.<init>(JavaNativeBridge.java:134) org.apache.jsp.index_jsp._jspService(org.apache.jsp.index_jsp:50)