Re: Mac and JOGAMP went wrong....
Posted by
gouessej on
Aug 16, 2012; 7:49am
URL: https://forum.jogamp.org/Mac-and-JOGAMP-went-wrong-tp4025807p4025809.html
Hi
Which version of Mac OS X do you use? You can probably enter "javaws -viewer" in command line and remove both GlueGen and JOGL (but you cannot reinstall JOGL 1 because this version is not maintained anymore). However, the install of JogAmp cannot prevent existing applications not using it from working. Moreover, I remind you that JOGL 2.0 has a public API a bit different of JOGL 1; if your example (maybe an old version of GL Gears) uses JOGL 1, it won't work with JOGL 2. Porting an application to JOGL 2.0 is not difficult and the source code of this one is here:
https://github.com/sgothel/jogl-demos/blob/master/src/demos/gears/Gears.javaBest regards.