Re: Getting Java3d to work on OS X on IntelliJ
Posted by
Zahand on
Oct 20, 2014; 9:32am
URL: https://forum.jogamp.org/Getting-Java3d-to-work-on-OS-X-on-IntelliJ-tp4033405p4033412.html
All the jars have been removed. I have downloaded the jars you provided in your guide (
j3dcore.jar
j3dutils.jar
vecmath.jar
and the JARs for JOGL, JOAL and GlueGen)
I put all the necessary jars into one folder like this:
http://imgur.com/uEg7kjINow, I assume I should add these jars to my dependencies and all should work fine (using Java 1.8)?
Edit: I tried it and I got the error "Exception in thread "main" java.lang.NoClassDefFoundError: apple/awt/CGraphicsDevice"
In your troubleshooting-page you said I needed to remove the old java 3d files, but I already did that...