Login  Register

Re: ClassNotFoundException.

Posted by gouessej on Jun 07, 2012; 2:50pm
URL: https://forum.jogamp.org/ClassNotFoundException-tp4025167p4025171.html

Hi

JOGL 2.0 is necessary to run Java3D. You need jogl.all.jar, gluegen-rt.jar and all JARs containing the native libraries for the platform(s) you wish to support. Just download them here this time:
http://jogamp.org/deployment/archive/master/gluegen_559-joal_333-jogl_754-jocl_619/archive/jogamp-all-platforms.7z

The JARs containing the native libraries don't have to be in the classpath but they have to be in the same directory that jogl.all.jar and gluegen-rt.jar. Put jogl.all.jar and gluegen-rt.jar into your classpath too. Maybe look at this for Netbeans IDE:
https://jogamp.org/wiki/index.php/Setting_up_a_JogAmp_project_in_your_favorite_IDE
Julien Gouesse | Personal blog | Website