Re: HelloJava3D Run-Error
Posted by
gouessej on
Nov 13, 2019; 7:56pm
URL: https://forum.jogamp.org/HelloJava3D-Run-Error-tp4040142p4040143.html
Hello
You put all JARs into the JRE which is a bad practice. I think that some JARs are missing too. You use a JAR coming from JOGL 1 whereas Java3D >= 1.6 requires JOGL 2 (and Gluegen).
Please follow the instructions of my guide:
https://gouessej.wordpress.com/2012/08/01/java-3d-est-de-retour-java-3d-is-back/#eclipsePlease don't use applets, they are dead and obsolete.