JOGL problem - gluegen-rt.dll

Problems with Java, jogl, etc?
Post Reply
lory1990
Posts: 2
Joined: Wed 25. Mar 2015, 14:05

JOGL problem - gluegen-rt.dll

Post by lory1990 » Wed 25. Mar 2015, 14:11

Hi everyone! I just started with JReality! I wated to run first tutorial:

Code: Select all

public class DisplayExample {

    public static void main(String[] args) {        
		JRViewer.display(null);
    }
    
}
But i get this error:

Code: Select all

Catched SecurityException: no certificate for gluegen-rt.dll in C:\Users\Lorenzo De Francesco\JavaProjects\ProvaJavaSE\lib\JReality\gluegen-rt-natives-windows-amd64.jar, while TempJarCache.bootstrapNativeLib() of jar:file:/C:/Users/Lorenzo%20De%20Francesco/JavaProjects/ProvaJavaSE/lib/JReality/gluegen-rt-natives-windows-amd64.jar!/ (file:/C:/Users/Lorenzo%20De%20Francesco/JavaProjects/ProvaJavaSE/lib/JReality/ + gluegen-rt-natives-windows-amd64.jar)
Possibly no jogl libraries in java.library.path!
JOGL3Viewer constuctor called
Possibly no jogl in classpath!
VirtualRotationFromRxRyRz.process(): missing slot
VirtualRotationFromRxRyRz.process(): missing slot
VirtualRotationFromRxRyRz.process(): missing slot
VirtualRotationFromRxRyRz.process(): missing slot
VirtualRotationFromRxRyRz.process(): missing slot
VirtualRotationFromRxRyRz.process(): missing slot
What can i do?

MarcelP
Posts: 15
Joined: Mon 15. Dec 2014, 12:20

Re: JOGL problem - gluegen-rt.dll

Post by MarcelP » Mon 11. Jul 2016, 16:05

Hello lory,

I hope the error is gone now. This had occupied us for a very long time.

Try cleaning your java webstart cache.

Sorry for the late reply

Marcel

Post Reply