Re: Help installing JOGL
Posted by Penny on Jan 29, 2013; 6:16pm
URL: https://forum.jogamp.org/Help-installing-JOGL-tp3295611p4028050.html
Thanks very much for your speedy reply.
I can confirm that joglamp-all-platforms.7z contents of the 1st directory reside in C:\Program Files\Jave\jogl
I have removed all other instances of the files.
My classpath is...
CLASSPATH=".;C:\Program Files\Java\jogl\jar\gluegen-rt.jar;C:\Program Files\Java\jogl\jar\jogl-all.jar;"
My command line command is...
"C:\Program Files\Java\jdk1.7.0_11\bin\javaw.exe" -cp ".;C:\Program Files\Java\jogl\jar\gluegen-rt.jar;C:\Program Files\Java\jogl\jar\jogl-all.jar" -jar MyProgram.jar
It compiles ok, but I am still at a guess as to how to have the jars included during runtime. "java.lang.NoClassDefFoundError: javax/media/opengl/GLProfile"
I have looked at lots of install instructions and I am still at a loss as to what the problem is.
Your help is greatly appreciated Thanks :)