Login  Register

Re: Getting Java3d to work on OS X on IntelliJ

Posted by gouessej on Oct 20, 2014; 8:21am
URL: https://forum.jogamp.org/Getting-Java3d-to-work-on-OS-X-on-IntelliJ-tp4033405p4033406.html

Hi

Sorry but an old version of Java3D is still installed on your machine, this old version calls apple/awt/CGraphicsDevice whereas the latest version doesn't depend on this class, it's explained in this section of the tutorial:
http://gouessej.wordpress.com/2012/08/01/java-3d-est-de-retour-java-3d-is-back/#troubleshooting

Moreover, check that you really use the JARs I mention in my tutorial. If you use (by mistake) Oracle JARs, it won't work. Another developer made this kind of mistake:
http://forum.jogamp.org/Java-3D-in-eclipse-Mac-OSX-not-functioning-tp4033010p4033039.html

My tutorial is correct, I spent tens of hours to write it. I mentioned most of the possible directories in which Java3D is installed by default under OS X but I can do nothing for you if it was manually installed elsewhere, you have to look for its JARs.
Julien Gouesse | Personal blog | Website