Applet Hangs in JRE 1.7.0_04
Posted by Travis on May 22, 2012; 1:25pm
URL: https://forum.jogamp.org/Applet-Hangs-in-JRE-1-7-0-04-tp4006640.html
I'm experiencing a program freeze with an applet I'm working on; the program simply hangs shortly after a GLCanvas objects is instantiated. I'm only seeing this when I use a Java 7 JRE. I'm using Windows 7 64-bit, with 1.7.0_04-b22 Java HotSpot(TM) Client VM for my JRE. I tried using an older version of JOGL (version 2.0), and I didn't see this behavior.
Has anyone experienced a similar problem? To reiterated, this only happens when using Java version 7 JRE (oracle) and JOGL > 2.0 (I'm using the latest version, rc8, but also saw it in rc5).