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");
}
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 !
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
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