I have a signed applet and I want to write out dll files which are contained in the jar from which I launch my applet.
I am doing this because I then want to do a System.load on the dll's, as apparently you can't load DLL's from inside a jar in an applet.
The second issue is if you can add to the environment variables in an applet - for example I want to extract my DLL's to a location the hard drive and add the environment variable so System.load can find it.