Login  Register

Re: stuck in Processing with with any JOGL release >= RC6 (Mac)

Posted by Xerxes Rånby on Jul 13, 2012; 12:12pm
URL: https://forum.jogamp.org/stuck-in-Processing-with-with-any-JOGL-release-RC6-Mac-tp4025519p4025523.html

> Processing can use either AWT or NEWT, but the problem happens with both.

How do you activate NEWT in processing?

When i test Processing i test the latest Processing 2.0 release against the latest JogAmp current release.

wget http://processing.googlecode.com/files/processing-2.0a6-linux.tgz
tar zxvf processing-2.0a6-linux.tgz
cd processing-2.0a6/modes/java/libraries/opengl
wget http://jogamp.org/deployment/jogamp-current/archive/jogamp-all-platforms.7z
7z x jogamp-all-platforms.7z
mv jogamp-all-platforms/jar/*.jar library
cd ../../../..
#the java bundled with processing do not work on ARM so i move it away and let the processing use the system installed java.
mv java java-x86
./processing

By doing this i am able to see spinning P3D cubes on my ARM Cortex-A9 based Toshiba AC100 using the nvidia tegra 2 drivers.

cheers
Xerxes