JOGL program does not compile - javac with classpath
- by user1720523
I want to run a HelloWorld JOGL programm on the commandline. I downloaded the .jars from jogamp.org and put the
gluegen-rt.jar ,
jogl.all.jar ,
gluegen-java-src.zip ,
jogl-java-src.zip ,
gluegen-rt-natives-macosx-universal.jar ,
jogl-all-natives-macosx-universal.jar
in a directory "jar" in my HelloWorld folder - as described in …