Page 1 of 1

Problem using JReality and JOGL

Posted: Wed 25. Mar 2015, 22:05
by lory1990
Hi everyone!
I'm trying to execute this piece of code

Code: Select all

public class DisplayExample {

    public static void main(String[] args) {        
        JRViewer.display(null);
    }
    
}
but I get this error and i cannot fix it:

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!
Can you help he?

Re: Problem using JReality and JOGL

Posted: Mon 11. Jul 2016, 16:08
by MarcelP