load JNI from resource file?  
Author Message
Mike Suchoff





PostPosted: 2003-11-15 1:38:00 Top

java-programmer, load JNI from resource file? I am able to write a C native interface and load it using the
System.loadLibrary() routine.

Is there anyway to store the native interface library (say
"hello.dll") into a jar and then load the file from the jar?