Re: Calling JNI/COM from Tomcat when running as a Windows service

2009-08-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Steve, On 8/10/2009 12:03 PM, Steve O'Hara wrote: > We have built a Crystal Reports extension to our servlet application > that is called via JAWIN/COM/.NET - I know, it sounds horrible doesn't > it, but if you've ever worked with the c**p that is Cry

Re: Calling JNI/COM from Tomcat when running as a Windows service

2009-08-10 Thread Len Popp
Could it be a problem finding a DLL? Check the PATH variable in your dev account and see if it includes any directories with relevant DLLs. Even if you call LoadLibrary with a DLL's full pathname, other subsidiary DLLs may not be found if they're not on the search path. -- Len On Mon, Aug 10, 20

Calling JNI/COM from Tomcat when running as a Windows service

2009-08-10 Thread Steve O'Hara
We have built a Crystal Reports extension to our servlet application that is called via JAWIN/COM/.NET - I know, it sounds horrible doesn't it, but if you've ever worked with the c**p that is Crystal Reports for Eclipse, you'll understand why we have to do it this way. The JNI library (JAWIN) is l