Login  Register

Re: Can't get JOGL to run after migration

Posted by Wade Walker on Nov 15, 2011; 8:24pm
URL: https://forum.jogamp.org/Can-t-get-JOGL-to-run-after-migration-tp3510724p3510849.html

kitfox wrote
I tried including jogl.all.jar and gluegen-rt.jar in my above run.  I've included the library path to the .dlls in my VM options.  What am I doing wrong?
That looks correct -- those should be the only two JAR files you need now. The "newt.all.jar" and "nativewindow.all.jar" files were recently removed for RC4, but the wiki hasn't been updated yet.

Some things to check:

- Are there any other old JARs in your classpath? This is probably the most common problem
- Are there spaces in the path to your DLLs? If so, you need to quote the path in NetBeans (as mentioned in the wiki)
- Are you running a 32-bit or 64-bit JVM? Use the i586 7z file for 32-bit, and amd64 for 64-bit.