JOGL Setup Help needed

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

JOGL Setup Help needed

Borok
I have just tried to setup JOGL. I have been following the instructions at https://jogamp.org/wiki/index.php/Downloading_and_installing_JOGL

After downloading and extracting the files I run etc/test.bat as suggested but the following appears in the log Error: Could not find or load main class com.jogamp.newt.opengl.GLWindow

I can't find any instructions on what to do if the downloaded files don't work or why they might not be working.

Can anyone please provide insight into this?
Reply | Threaded
Open this post in threaded view
|

Re: JOGL Setup Help needed

jmaasing
Borok wrote
I have just tried to setup JOGL. I have been following the instructions at https://jogamp.org/wiki/index.php/Downloading_and_installing_JOGL

After downloading and extracting the files I run etc/test.bat as suggested but the following appears in the log Error: Could not find or load main class com.jogamp.newt.opengl.GLWindow

I can't find any instructions on what to do if the downloaded files don't work or why they might not be working.

Can anyone please provide insight into this?
I don't have windows so I can't test but looking at the BAT-file it looks like this:

set BLD_DIR=jar
set CP_ALL=.;%BLD_DIR%\gluegen-rt.jar;%BLD_DIR%\jogl-all.jar

So maybe you are not standing in the correct directory when running it? You should have as current directory the one above the 'etc' and 'jar' directories.