I just installed jogl on my powerbook running on Mac OS X 10.4. Therefor I copied jogl.jar, jogl-native-macosx.jar and libjogl.jnilib into /System/Library/Java/Extensions as well as /Library/Java/Extensions.
Unfortunately it does not work. Trying to write a simple testprogramm with Eclispe I get the error:
“the import net cannot be resolved”
at the following line:
import net.java.games.jogl.*;
Other imports from jogl, for example
import javax.media.opengl.;
import javax.media.opengl.glu.;
work. I can find these directories in jogl.jar but not a directory net/java/games/jogl??
Do I have the wrong jogl.jar???