I have written an applet that checks the user’s system to see if jogl.jar, jogl.dll and jogl_cg.dll are installed on the client machine before it runs the jogl code. If they are not, the applet will download the files and put them in the correct directories. The problem is that the applet will fail because the jvm cannot see the jogl libraries. On restart of the applet, it can now see them and run. Is there a way to get the jvm to see them without having to restart? I have tryed the System.load and System.loadLibrary, but they have failed.
any advice is appreciated,
thanks