I have a signed applet, and I want to write the DLL files that are contained in the jar from which I launch my applet.
I do this because then I want to do System.load on the dll, since, apparently, you cannot load the DLL from inside the jar in the applet.
The second problem is if you can add environment variables to the applet - for example, I want to extract my DLL to a place on my hard drive and add an environment variable so that System.load can find it.
java jar file-io dll jni
Kaiserjohaan
source share