Re: Execution failed on MacOS
Posted by pnugues on Aug 03, 2013; 9:04am
URL: https://forum.jogamp.org/Execution-failed-on-MacOS-tp4029717p4029721.html
Yes, I removed the old Java3d files: j3daudio.jar, j3dcore.jar, j3dutils.jar, and vecmath.jar and I put all the jar files that are in /jogamp-all-platforms/jar in both:
/Library/Java/Extensions/
and
/System/Library/Java/Extensions/
Before that, I had to create three folders in /System/Library/Frameworks
to solve run time errors like this one:
[java] Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: Can't load library: /System/Library/Frameworks/nativewindow_awt.Framework/nativewindow_awt
These folders hold: libnativewindow_awt.jnilib, libnativewindow_macosx.jnilib, and libgluegen-rt.jnilib.
Do you have any idea of what causes the errors?
Thank you for your help!
Pierre