load JNI from resource file?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mike Suchoff

    load JNI from resource file?

    I am able to write a C native interface and load it using the
    System.loadLibr ary() routine.

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

Working...