Re: Native libraries

2007-01-11 Thread Frédéric JECKER
ne already achived to use native libraries in a webobject project ? Sure ! Personally I have this in one of my classes :     static {         // Ensure native JNI library is loaded         System.load(PATH_LIBRARIES_AND_APIS + "lib.jnilib");     }     

Re: Native libraries

2007-01-11 Thread Jacky Gagnon
already achived to use native libraries in a webobject project ? I've tested a lot of solutions and I keep getting java.lang.UnsatifiedLinkException telling me that my native library cannot be found. When using the same objects and native libraries in a command line project it works fine !

Re: Native libraries

2007-01-11 Thread Fabrice Pipart
Hi ! On Jan 11, 2007, at 9:41 AM, Frédéric JECKER wrote: Moin List, Does anyone already achived to use native libraries in a webobject project ? Sure ! Personally I have this in one of my classes : static { // Ensure native JNI library is loaded System.load

Native libraries

2007-01-11 Thread Frédéric JECKER
Moin List, Does anyone already achived to use native libraries in a webobject project ? I've tested a lot of solutions and I keep getting java.lang.UnsatifiedLinkException telling me that my native library cannot be found. When using the same objects and native libraries in a command