Search found 2 matches
- Wed 25. Mar 2015, 22:05
- Forum: Installation
- Topic: Problem using JReality and JOGL
- Replies: 1
- Views: 1073
Problem using JReality and JOGL
Hi everyone! I'm trying to execute this piece of code public class DisplayExample { public static void main(String[] args) { JRViewer.display(null); } } but I get this error and i cannot fix it: Catched SecurityException: no certificate for gluegen-rt.dll in C:\Users\Lorenzo De Francesco\JavaProject...
- Wed 25. Mar 2015, 14:11
- Forum: Installation
- Topic: JOGL problem - gluegen-rt.dll
- Replies: 1
- Views: 813
JOGL problem - gluegen-rt.dll
Hi everyone! I just started with JReality! I wated to run first tutorial: public class DisplayExample { public static void main(String[] args) { JRViewer.display(null); } } But i get this error: Catched SecurityException: no certificate for gluegen-rt.dll in C:\Users\Lorenzo De Francesco\JavaProject...