Posted by
runiter on
Nov 07, 2012; 9:14pm
URL: https://forum.jogamp.org/jogamp-opengl-windows-wgl-WGL-dispatch-wglGetProcAddress1-tp4026773p4026817.html
Yes I found all the unsigned jars in that url. Thank you very much.
So after I extracted the files and put them in my folder and tried to run the jnlp it naturally complained that the jars were not signed. So then I signed the jar files but now I get the following exception when I run my jnlp:
java.lang.SecurityException: Illegal Access - prefix jogl., with cert class class jogamp.opengl.Debug
at com.jogamp.common.util.PropertyAccess.addTrustedPrefix(PropertyAccess.java:55)
at jogamp.opengl.Debug.<clinit>(Debug.java:52)
at javax.media.opengl.awt.GLCanvas.<clinit>(GLCanvas.java:154)
at org.concord.energy3d.scene.SceneManager.<init>(SceneManager.java:210)
at org.concord.energy3d.scene.SceneManager.<clinit>(SceneManager.java:152)
at org.concord.energy3d.MainApplication.main(MainApplication.java:27)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.sun.javaws.Launcher.executeApplication(Unknown Source)
at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
at com.sun.javaws.Launcher.doLaunchApp(Unknown Source)
at com.sun.javaws.Launcher.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Any idea what this exception mean?