Login  Register

Re: Applet Hangs in JRE 1.7.0_04

Posted by Sven Gothel on May 22, 2012; 4:50pm
URL: https://forum.jogamp.org/Applet-Hangs-in-JRE-1-7-0-04-tp4006640p4007017.html

On 05/22/2012 03:25 PM, Travis [via jogamp] wrote:
> 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.  
Thank you for your bug report.

Does this happen with any of the Applets of our Applet page:
  <http://jogamp.org/deployment/jogamp-current/jogl-test-applets.html>
or
  <http://jogamp.org/deployment/jogamp-current/jogl-demos/applet-gears.html>
  <http://jogamp.org/deployment/jogamp-current/jogl-demos/applet-gears-launcheronly.html>
?

> I tried using an older
> version of JOGL (version 2.0), and I didn't see this behavior.
Can you be specific about the last working JOGL version ?

>
> 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).

So RC8 and RC5 are bugged .. ok.

Note: All Jogamp released versions so far are pre 2.0 status,
      RC stands for release candidate. It's more a matter of taste
      to only reach 2.0 when we are really really satisfied w/ results :)
      We still consider RC versions quite stable.

~Sven