Problem using JReality and JOGL

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

Problem using JReality and JOGL

Post by lory1990 » Wed 25. Mar 2015, 22:05

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?

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

Re: Problem using JReality and JOGL

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


Post Reply