Re: JOGL Setup Help needed
Posted by
jmaasing on
Mar 06, 2014; 6:27am
URL: https://forum.jogamp.org/JOGL-Setup-Help-needed-tp4031781p4031782.html
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_JOGLAfter 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.