Re: Jogl in a webstart application
Posted by
gouessej on
Jul 19, 2013; 9:58am
URL: https://forum.jogamp.org/Jogl-in-a-webstart-application-tp4029613p4029619.html
It should work under GNU Linux. When I initiated the port of Java3D to JOGL 2.0, I was under GNU Linux 32 bits. Which version of Java do you use under Linux? I use OpenJDK 1.6, you seem to use Oracle Java :s
Edit.: Your problem seems to come from the retrieval of a resource, maybe a bad path separator or something similar, it would explain why it works locally and under Windows. Your problem has nothing to do with Java3D but the first NullPointerException makes it crash.