Close
jGuru Forums
Posted By: Manfred_Mogli Posted On: Tuesday, November 14, 2006 07:04 AM
I'm using Tomcat 5.5. webserver. A Java class is implemented as a Wrapper to C++ Code. There I load a test.dll: static { System.loadLibrary("test"); } Its working fine if the dll resides on the webserver. But I need the DLL to be in windows/System32 at the PC of the client. How can I do this? greetings mogli
Re: LOAD DLL from a client
Posted By: Robert_Lybarger Posted On: Tuesday, November 14, 2006 08:41 AM