Login  Register

Re: Following tutorial AWT Frame does not display

Posted by gouessej on Jan 25, 2012; 12:31pm
URL: https://forum.jogamp.org/Following-tutorial-AWT-Frame-does-not-display-tp3679133p3687556.html

Hi

At first, use the latest version of JOGL as Sven suggested.

Then, put jogl.all.jar and gluegen-rt.jar into your classpath (right-click on your project -> "Properties" -> "Java Build Path" -> "Libraries" -> "Add External JARs"). Put the JAR(s) containing the native libraries into the same directory than jogl.all.jar.

After that, try again running your project. If it does not solve your problem, try some online demos using JOGL 2.0, maybe give a try to mine. This test will allow us to determine whether it is a problem of setup in your environment or a JOGL 2.0 bug. Please follow Sven's instructions, enable the logs so that we get some more information about the cause of this freeze. Best regards.

Edit.: I agree with Sven's suggestion, it is unfortunately common to have some problems when using 32 bits OpenGL driver on a 64 bits architecture under Microsoft Windows.
Julien Gouesse | Personal blog | Website