Re: Problem on snow leopard
Posted by Wade Walker on Mar 14, 2011; 5:08am
URL: https://forum.jogamp.org/Problem-on-snow-leopard-tp2673878p2675354.html
Hi Diego,
The etc/test.sh has to be run from the correct directory or it can't find its JAR files and native libraries. In an installed build, you have to run it from the directory that contains the etc, jar, and lib directories (i.e. from one level above the test.sh file itself). If you build JOGL yourself, you have to run test.sh from the jogl/build directory (which contains the jar and lib directories).
I just now downloaded JOGL b351 on OS X 10.6, decompressed the .7z with Keka, cd to the jogl dir, chmod +x etc/test.sh, typed etc/test.sh, and it worked OK for me.
However, when you do run etc/test.sh on Snow Leopard, you'll get a NEWT error at the end -- this is a known issue we're looking into. JOGL itself should still work, it's just that test.sh does some NEWT stuff that doesn't work on the Mac yet.