Trying to run JOGL 1.1 as an applet.
Not sure what needs to happen.
I am getting errors:
java.lang.ExceptionInInitializerError
Caused by: java.security.AccessControlException: access denied (java.lang.RuntimePermission loadLibrary.jawt)
jogl.dll is located in the
j2sdk1.4.2_05/jre/bin and lib/ext folders
The line of code it hangs at is;
GLCanvas glCanvas = glFactory.createGLCanvas( glCapabilities );
in this sequence:
GLCapabilities glCapabilities = new GLCapabilities();
GLDrawableFactory glFactory = GLDrawableFactory.getFactory();
GLCanvas glCanvas = glFactory.createGLCanvas( glCapabilities );