Jogamp demos on vista 32bit

Watcha.
Are there any known problems with running the rc4 and 5 gears demos on 32 bit vista machines?
I’ve tried them on 3 different ones, all with latest java and on both ie and firefox.
In all cases I get the request for accepting the certificate and after agreeing java simply shuts itself down.
That’s for launcher only, napplet and both.

Here’s the tail end of the trace file:
‘com.jogamp.opengl.test.junit.jogl.demos.es2.GearsES2 has no ‘window’ field
class com.jogamp.opengl.test.junit.jogl.demos.es2.GearsES2 has no ‘glWindow’ field
Detected screen size 1280x1024
Thread[AWT-EventQueue-2-AWTAnimator-1,4,http://jogamp.org/deployment/webstart-next/-threadGroup] GearsES2.init …
Chosen GLCapabilities: GLCaps[4 arb: on-scr, rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 16/0/0, dbl, mono , hw, GLProfile[GL2ES2/GL2]]
INIT GL IS: jogamp.opengl.gl4.GL4bcImpl
GL_VENDOR: Intel
GL_RENDERER: Intel Bear Lake B
GL_VERSION: 1.4.0 - Build 7.15.10.1666’

Up to this point it all looks fine - certificate checking and loading of libraries.
I can post the rest if it’s pertinent, it’s a bit big though.

The first thing that leaps out is the GL version - is 1.4 not sufficient to run the demo?
The gpu has the latest drivers but it is an old one.

If not that then since they all work fine on my 64bit windows 7 machine, could it be an issue with jogl-all-natives-windows-i586?

Thanks, Hecaton.

Intel cards with tessellation? o_O

Ah, the penny finally drops and it turns out I’ve gone gpu blind.
I’ve been staring at trace logs from various machines all day and for some reason decided to read intel as nvidia. Doh.
I didn’t realise it would be using such recent opengl elements. Guess I need an upgrade.

Cheers, Hecaton.

Well, I don’t think it actually DOES use OpenGL 4 commands, but I’d still just blame it on your card. Exactly which example are you running?

It fails in the same way on all the differently launched version of these:
jogl-applet-runner-newt-ElektronenMultiplizierer
jogl-applet-runner-newt-GraphTextDemo01
jogl-applet-runner-newt-GraphUISceneDemo01
jogl-applet-runner-newt-gears-normal
jogl-applet-runner-newt-gears-special

jogl-applet-version works fine and all the ones in jogl-demos work ok too (including the gears one in there).
So it seems the failing applets are built to pull in gl4 extensions by default, that about right?

Thanks, Hecaton.

Hi

No, GL4bc is the best backward compatible profile but it does not mean that the hardware supports all GL4 features.

You have the same problem with TUER (pre-beta version), it comes from the bug 550 fixed recently by Sven (I have to test his fix), there is a crash when you use a 32 bits JVM on a 64 bits architecture. Best regards.

Edit.: I can’t test this fix, I have no machine with Windows 64 bits. I will update the JARs in some days; when it is ready, please try my demo and let me know whether it works, it is the easiest way for you to be sure this bug is fixed.

Edit.2: Gears demos work even with OpenGL 1.3, the other one requires shader support. I tested them with an old graphics card and mine only supports OpenGL 2.1 anyway.

Hi

I have just updated my own demo with the latest fixes, please try to launch the pre-beta version of TUER with Vista 64 bits & your 32 bits JVM.

Well I tried Tuer and it worked fine but I think you misread my original post slightly.
The problem machine for me is 32 bit vista, the only 64 bit we have is on windows 7 and everything ran fine on that one anyway.

Actually, not sure if it was the pre-beta version of Tuer I tried or not. I ran the one at http://tuer.sourceforge.net/tuer.jnlp.

I did give it run on our 64 bit windows 7 machine - works fine there too, and it does have 32 bit java installed.

Thanks, Hecaton.

Hi

Sorry, you tested the alpha version of TUER (using JOGL 1.1.1a). The pre-beta version of TUER (using JOGL 2.0) is here:
http://tuer.sourceforge.net/very_experimental/tuer.jnlp

I hope it will work fine, it uses the last JogAmp auto build of… yesterday.

Tried that on both machines and it’s sort of working but the resolution is messed up.
On both vista 32 and windows 7 64 bit I get a partial section of what I’m guessing is a loading screen (map turning gradually red).

On vista I then get a black screen with a mouse cursor that can only move in the top left quarter of the screen.
Windows 7 is similar but the cursor area is larger and there’s a menu with add desktop shortcut on it.
Neither does anything else after this.

Resolutions are 1366x768 for the windows 7 machine and 1280x1024 for vista if that’s at all significant.

Hecation.

Thank you very much for testing. The bug 550 has been fixed but there seems to have some problems in my own game, not in JOGL itself. The main menu is composed of 6 items, the first one (“Start”) allows to go to the main sub menu. Then, you can select the menu item “New game” and the game starts. I think something is wrong with your Intel driver, it does not really depend on Vista. I’m quite disappointed to see that even a rudimentary menu cannot be displayed correctly on Intel. Please can you tell me more about your graphics card or chipset? I have just found this:
http://feedback.wildfiregames.com/report/opengl/device/Intel%20Bear%20Lake%20B

Edit.: I will give a try to the Gears demo on a very low end computer on Windows XP + a crappy Intel chip tonight, I will let you know what is wrong.

Edit.2: GL_MAX_ELEMENTS_VERTICES is very low on your hardware but Gears should work.

Edit.3: Please enable the Java console before testing, it will give us much more information.

The 32 bit vista machine has Intel® G33/G31 Express Chipset Family onboard graphics.
The 64 bit windows 7 one has an ATI Radeon HD 3200.

Latest drivers and java 32 bit on both.

If the menu should be the same as it was on http://tuer.sourceforge.net/tuer.jnlp then that definitely wasn’t it. It looked like a java popup menu, hard to be sure as it was mostly off the edge of the screen though.

Wouldn’t surprise me to find issues with both gpus. I’ve had problems while using display lists on the Radeon one in that past and the Intel is practically a fossil by this point.
Useful to develop on though - if it runs on that it’ll run on anything.

Hecaton.

Ok thank you so much for this information.

It should work like a charm on this hardware.

[quote=“Hecaton,post:12,topic:37893”]
I see what you mean. Yes this is the expected result but the menu shouldn’t be off the edges of the screen. It looks like a classic Java popup menu with 6 items.

[quote=“Hecaton,post:12,topic:37893”]
Implementation of display lists are worse as time goes by; on some hardware (Nvidia Quadro FX), it works fine even on most recent graphics cards but on some “consumer” graphics cards, it is poorly implemented. I don’t advise you to use it anyway. The Intel chip is a fossil but the Gears demo should work on it as it works fine on my previous graphics card (ATI Radeon 9250 Pro supporting OpenGL 1.3). Lol my fossil is older than yours :stuck_out_tongue: I agree with you; if it works on such craps, it will probably work on more recent hardwares.

Edit.: the problem on Windows 7 comes from the resolution of the screen (16/9), I will fix it at least in my demo.

Ok I fixed the problem you had with Windows 7. The machine I wanted to use with an Intel crappy chipset can’t be used now, I will have to find another crappy one to reproduce your problem with Gears. Please can you post the full traces you get in the Java console when you launch Gears demo?

Yep - runs perfectly on the windows 7 machine now.

Ok, running http://jogamp.org/deployment/v2.0-rc4/jogl-applet-runner-newt-gears-normal.html on the intel machine gives this in the tracelog:

security: property package.access value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.
security: property package.access new value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.javaws
security: property package.access value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.javaws
security: property package.access new value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.javaws,com.sun.deploy
security: property package.access value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.javaws,com.sun.deploy
security: property package.access new value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.javaws,com.sun.deploy,com.sun.jnlp
security: property package.definition value null
security: property package.definition new value com.sun.javaws
security: property package.definition value com.sun.javaws
security: property package.definition new value com.sun.javaws,com.sun.deploy
security: property package.definition value com.sun.javaws,com.sun.deploy
security: property package.definition new value com.sun.javaws,com.sun.deploy,com.sun.jnlp
security: property package.access value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.javaws,com.sun.deploy,com.sun.jnlp
security: property package.access new value sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.javaws,com.sun.deploy,com.sun.jnlp,org.mozilla.jss
security: property package.definition value com.sun.javaws,com.sun.deploy,com.sun.jnlp
security: property package.definition new value com.sun.javaws,com.sun.deploy,com.sun.jnlp,org.mozilla.jss
network: Created version ID: 1.6.0.30
network: Created version ID: 1.6
network: Created version ID: 1.6.0.30
network: Created version ID: 1.6
network: Created version ID: 1.6.0.30
network: Created version ID: 1.6
network: Created version ID: 1.6.0.30
network: Created version ID: 1.6
network: Cache entry not found [url: http://jogamp.org/deployment/v2.0-rc4/jogl-applet-runner-newt.jnlp, version: null]
network: Cache entry not found [url: http://jogamp.org/deployment/v2.0-rc4/jogl-applet-runner-newt.jnlp, version: null]
network: Cache entry not found [url: http://jogamp.org/deployment/v2.0-rc4/jogl-applet-runner-newt.jnlp, version: null]
network: Connecting http://jogamp.org/deployment/v2.0-rc4/jogl-applet-runner-newt.jnlp with proxy=DIRECT
network: Connecting http://jogamp.org:80/ with proxy=DIRECT
network: Connecting http://jogamp.org/deployment/v2.0-rc4/jogl-applet-runner-newt.jnlp with cookie "__qca=P0-923428870-1315830391833"
network: ResponseCode for http://jogamp.org/deployment/v2.0-rc4/jogl-applet-runner-newt.jnlp : 200
network: Encoding for http://jogamp.org/deployment/v2.0-rc4/jogl-applet-runner-newt.jnlp : null
network: Sever response: (length: 881, lastModified: Fri Dec 02 08:19:26 GMT 2011, downloadVersion: null, mimeType: application/x-java-jnlp-file)
network: Downloading resource: http://jogamp.org/deployment/v2.0-rc4/jogl-applet-runner-newt.jnlp
	Content-Length: 881
	Content-Encoding: null
network: Wrote URL http://jogamp.org/deployment/v2.0-rc4/jogl-applet-runner-newt.jnlp to File C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\61\5eda17bd-36e7131e-temp
network: Disconnect connection to http://jogamp.org/deployment/v2.0-rc4/jogl-applet-runner-newt.jnlp
network: Cache: Enable a new CacheEntry: http://jogamp.org/deployment/v2.0-rc4/jogl-applet-runner-newt.jnlp
temp: new XMLParser with source:
temp: <?xml version="1.0" encoding="utf-8"?>
<jnlp href="jogl-applet-runner-newt.jnlp">
  <information>
    <title>JOGL JNLP Applet Runner NEWT</title>
    <vendor>JogAmp Community</vendor>
    <homepage href="http://jogamp.org/jogl/"/>
    <description>JOGL JNLP Applet Runner NEWT</description>
    <offline-allowed/>
  </information>
  <update check="background" policy="always"/>

    <resources>
      <j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/>
      <property name="sun.java2d.noddraw" value="true"/>
      <jar href="jar/jogl.test.jar" main="true"/>
      <jar href="jar/junit.jar" />
      <extension name="jogl-all-awt" href="jogl-all-awt.jnlp" />
    </resources>

  <applet-desc 
      name="JOGLNewtApplet1Run-Applet"
      main-class="com.jogamp.newt.awt.applet.JOGLNewtApplet1Run"
      width="200" 
      height="200">
  </applet-desc>
</jnlp>

temp: 

returning ROOT as follows:

<jnlp href="jogl-applet-runner-newt.jnlp">
  <information>
    <title>JOGL JNLP Applet Runner NEWT</title>
    <vendor>JogAmp Community</vendor>
    <homepage href="http://jogamp.org/jogl/"/>
    <description>JOGL JNLP Applet Runner NEWT</description>
    <offline-allowed/>
  </information>
  <update check="background" policy="always"/>
  <resources>
    <j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/>
    <property name="sun.java2d.noddraw" value="true"/>
    <jar href="jar/jogl.test.jar" main="true"/>
    <jar href="jar/junit.jar"/>
    <extension name="jogl-all-awt" href="jogl-all-awt.jnlp"/>
  </resources>
  <applet-desc name="JOGLNewtApplet1Run-Applet" main-class="com.jogamp.newt.awt.applet.JOGLNewtApplet1Run" width="200" height="200"/>
</jnlp>jnlp
temp: returning LaunchDesc from XMLFormat.parse():

<jnlp spec="1.0+" codebase="http://jogamp.org/deployment/v2.0-rc4/" href="http://jogamp.org/deployment/v2.0-rc4/jogl-applet-runner-newt.jnlp">
  <information>
    <title>JOGL JNLP Applet Runner NEWT</title>
    <vendor>JogAmp Community</vendor>
    <homepage href="http://jogamp.org/jogl/"/>
    <description>JOGL JNLP Applet Runner NEWT</description>
    <offline-allowed/>
  </information>
  <update check="background" policy="always"/>
  <resources>
    <java href="http://java.sun.com/products/autodl/j2se" version="1.4+"/>
    <property name="sun.java2d.noddraw" value="true"/>
    <jar href="http://jogamp.org/deployment/v2.0-rc4/jar/jogl.test.jar" download="eager" main="true"/>
    <jar href="http://jogamp.org/deployment/v2.0-rc4/jar/junit.jar" download="eager" main="false"/>
    <extension href="http://jogamp.org/deployment/v2.0-rc4/jogl-all-awt.jnlp" name="jogl-all-awt"/>
  </resources>
  <applet-desc name="JOGLNewtApplet1Run-Applet" main-class="com.jogamp.newt.awt.applet.JOGLNewtApplet1Run" documentbase="http://jogamp.org/deployment/v2.0-rc4/jogl-applet-runner-newt-gears-normal.html" width="200" height="200"/>
</jnlp>
network: CleanupThread used 61369 us
network: Cache entry not found [url: http://jogamp.org/deployment/v2.0-rc4/jogl-all-awt.jnlp, version: null]
network: Downloaded extension: http://jogamp.org/deployment/v2.0-rc4/jogl-all-awt.jnlp
	codebase: http://jogamp.org/deployment/v2.0-rc4/
	ld parentCodebase: http://jogamp.org/deployment/v2.0-rc4/
	file: null
network: Cache entry not found [url: http://jogamp.org/deployment/v2.0-rc4/jogl-all-awt.jnlp, version: null]
network: Cache entry not found [url: http://jogamp.org/deployment/v2.0-rc4/jogl-all-awt.jnlp, version: null]
network: Connecting http://jogamp.org/deployment/v2.0-rc4/jogl-all-awt.jnlp with proxy=DIRECT
network: Connecting http://jogamp.org:80/ with proxy=DIRECT
network: Connecting http://jogamp.org/deployment/v2.0-rc4/jogl-all-awt.jnlp with cookie "__qca=P0-923428870-1315830391833"
network: ResponseCode for http://jogamp.org/deployment/v2.0-rc4/jogl-all-awt.jnlp : 200
network: Encoding for http://jogamp.org/deployment/v2.0-rc4/jogl-all-awt.jnlp : null
network: Sever response: (length: 2873, lastModified: Fri Dec 02 08:19:26 GMT 2011, downloadVersion: null, mimeType: application/x-java-jnlp-file)
network: CleanupThread used 5 us
network: Downloading resource: http://jogamp.org/deployment/v2.0-rc4/jogl-all-awt.jnlp
	Content-Length: 2,873
	Content-Encoding: null
network: Wrote URL http://jogamp.org/deployment/v2.0-rc4/jogl-all-awt.jnlp to File C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\19\3d162d3-48d13a6c-temp
network: Disconnect connection to http://jogamp.org/deployment/v2.0-rc4/jogl-all-awt.jnlp
network: Cache: Enable a new CacheEntry: http://jogamp.org/deployment/v2.0-rc4/jogl-all-awt.jnlp
network: CleanupThread used 6 us
network: Downloaded extension: http://jogamp.org/deployment/v2.0-rc4/jogl-all-awt.jnlp
	codebase: http://jogamp.org/deployment/v2.0-rc4/
	ld parentCodebase: http://jogamp.org/deployment/v2.0-rc4/
	file: C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\19\3d162d3-48d13a6c
temp: new XMLParser with source:
temp: <?xml version="1.0" encoding="utf-8"?>
<jnlp codebase="http://jogamp.org/deployment/archive/rc/v2.0-rc4/"
      href="jogl-all-awt.jnlp" version="v2.0-rc4">
  <information>
    <title>Java(tm) Binding to the OpenGL(r) API (ALL.AWT)</title>
    <vendor>JogAmp Community</vendor>
    <homepage href="http://jogamp.org/"/>
    <description>Java Binding to the OpenGL API - 2.0.0 - ALL.AWT</description>
    <description kind="short">Java programming language binding for the OpenGL 3D graphics API - ALL.AWT</description>
    <offline-allowed/>
  </information>
  <update check="background" policy="always"/>
  <security>
      <all-permissions/>
  </security>
    <resources>
      <jar href="jar/jogl.all.jar" />

      <extension name="gluegen-rt"   href="http://jogamp.org/deployment/archive/rc/v2.0-rc4/gluegen-rt.jnlp" />
    </resources>

    <resources os="Windows" arch="x86">
      <nativelib href = "jar/jogl-all-natives-windows-i586.jar" />
    </resources>
    <resources os="Windows" arch="amd64">
      <nativelib href = "jar/jogl-all-natives-windows-amd64.jar" />
    </resources>
    <resources os="Windows" arch="x86_64">
      <nativelib href = "jar/jogl-all-natives-windows-amd64.jar" />
    </resources>
    <resources os="SunOS" arch="sparc">
      <nativelib href = "jar/jogl-all-natives-solaris-sparc.jar" />
    </resources>
    <resources os="SunOS" arch="sparcv9">
      <nativelib href = "jar/jogl-all-natives-solaris-sparcv9.jar" />
    </resources>
    <resources os="SunOS" arch="x86">
      <nativelib href = "jar/jogl-all-natives-solaris-i586.jar" />
    </resources>
    <resources os="SunOS" arch="amd64">
      <nativelib href = "jar/jogl-all-natives-solaris-amd64.jar" />
    </resources>
    <resources os="SunOS" arch="x86_64">
      <nativelib href = "jar/jogl-all-natives-solaris-amd64.jar" />
    </resources>
    <resources os="Linux" arch="i386">
      <nativelib href = "jar/jogl-all-natives-linux-i586.jar" />
    </resources>
    <resources os="Linux" arch="x86">
      <nativelib href = "jar/jogl-all-natives-linux-i586.jar" />
    </resources>
    <resources os="Linux" arch="amd64">
      <nativelib href = "jar/jogl-all-natives-linux-amd64.jar" />
    </resources>
    <resources os="Linux" arch="x86_64">
      <nativelib href = "jar/jogl-all-natives-linux-amd64.jar" />
    </resources>
    <resources os="Linux" arch="arm">
      <nativelib href = "jar/jogl-all-natives-linux-armv7.jar" />
    </resources>
    <resources os="Linux" arch="armv7">
      <nativelib href = "jar/jogl-all-natives-linux-armv7.jar" />
    </resources>
    <resources os="Mac OS X" arch="i386">
      <nativelib href = "jar/jogl-all-natives-macosx-universal.jar" />
    </resources>
    <resources os="Mac OS X" arch="x86_64">
      <nativelib href = "jar/jogl-all-natives-macosx-universal.jar" />
    </resources>

  <component-desc />
</jnlp>

temp: 

returning ROOT as follows:

<jnlp codebase="http://jogamp.org/deployment/archive/rc/v2.0-rc4/" href="jogl-all-awt.jnlp" version="v2.0-rc4">
  <information>
    <title>Java(tm) Binding to the OpenGL(r) API (ALL.AWT)</title>
    <vendor>JogAmp Community</vendor>
    <homepage href="http://jogamp.org/"/>
    <description>Java Binding to the OpenGL API - 2.0.0 - ALL.AWT</description>
    <description kind="short">Java programming language binding for the OpenGL 3D graphics API - ALL.AWT</description>
    <offline-allowed/>
  </information>
  <update check="background" policy="always"/>
  <security>
    <all-permissions/>
  </security>
  <resources>
    <jar href="jar/jogl.all.jar"/>
    <extension name="gluegen-rt" href="http://jogamp.org/deployment/archive/rc/v2.0-rc4/gluegen-rt.jnlp"/>
  </resources>
  <resources os="Windows" arch="x86">
    <nativelib href="jar/jogl-all-natives-windows-i586.jar"/>
  </resources>
  <resources os="Windows" arch="amd64">
    <nativelib href="jar/jogl-all-natives-windows-amd64.jar"/>
  </resources>
  <resources os="Windows" arch="x86_64">
    <nativelib href="jar/jogl-all-natives-windows-amd64.jar"/>
  </resources>
  <resources os="SunOS" arch="sparc">
    <nativelib href="jar/jogl-all-natives-solaris-sparc.jar"/>
  </resources>
  <resources os="SunOS" arch="sparcv9">
    <nativelib href="jar/jogl-all-natives-solaris-sparcv9.jar"/>
  </resources>
  <resources os="SunOS" arch="x86">
    <nativelib href="jar/jogl-all-natives-solaris-i586.jar"/>
  </resources>
  <resources os="SunOS" arch="amd64">
    <nativelib href="jar/jogl-all-natives-solaris-amd64.jar"/>
  </resources>
  <resources os="SunOS" arch="x86_64">
    <nativelib href="jar/jogl-all-natives-solaris-amd64.jar"/>
  </resources>
  <resources os="Linux" arch="i386">
    <nativelib href="jar/jogl-all-natives-linux-i586.jar"/>
  </resources>
  <resources os="Linux" arch="x86">
    <nativelib href="jar/jogl-all-natives-linux-i586.jar"/>
  </resources>
  <resources os="Linux" arch="amd64">
    <nativelib href="jar/jogl-all-natives-linux-amd64.jar"/>
  </resources>
  <resources os="Linux" arch="x86_64">
    <nativelib href="jar/jogl-all-natives-linux-amd64.jar"/>
  </resources>
  <resources os="Linux" arch="arm">
    <nativelib href="jar/jogl-all-natives-linux-armv7.jar"/>
  </resources>
  <resources os="Linux" arch="armv7">
    <nativelib href="jar/jogl-all-natives-linux-armv7.jar"/>
  </resources>
  <resources os="Mac OS X" arch="i386">
    <nativelib href="jar/jogl-all-natives-macosx-universal.jar"/>
  </resources>
  <resources os="Mac OS X" arch="x86_64">
    <nativelib href="jar/jogl-all-natives-macosx-universal.jar"/>
  </resources>
  <component-desc/>
</jnlp>jnlp
temp: returning LaunchDesc from XMLFormat.parse():

<jnlp spec="1.0+" codebase="http://jogamp.org/deployment/archive/rc/v2.0-rc4/" version="v2.0-rc4" href="http://jogamp.org/deployment/archive/rc/v2.0-rc4/jogl-all-awt.jnlp">
  <information>
    <title>Java(tm) Binding to the OpenGL(r) API (ALL.AWT)</title>
    <vendor>JogAmp Community</vendor>
    <homepage href="http://jogamp.org/"/>
    <description>Java Binding to the OpenGL API - 2.0.0 - ALL.AWT</description>
    <description kind="short">Java programming language binding for the OpenGL 3D graphics API - ALL.AWT</description>
    <offline-allowed/>
  </information>
  <security>
    <all-permissions/>
  </security>
  <update check="background" policy="always"/>
  <resources>
    <jar href="http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/jogl.all.jar" download="eager" main="false"/>
    <extension href="http://jogamp.org/deployment/archive/rc/v2.0-rc4/gluegen-rt.jnlp" name="gluegen-rt"/>
    <nativelib href="http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/jogl-all-natives-windows-i586.jar" download="eager" main="false"/>
  </resources>
  <component-desc/>
</jnlp>
network: Cache entry not found [url: http://jogamp.org/deployment/archive/rc/v2.0-rc4/gluegen-rt.jnlp, version: null]
network: Cache entry not found [url: http://jogamp.org/deployment/archive/rc/v2.0-rc4/gluegen-rt.jnlp, version: null]
network: Connecting http://jogamp.org/deployment/archive/rc/v2.0-rc4/gluegen-rt.jnlp with proxy=DIRECT
network: Connecting http://jogamp.org:80/ with proxy=DIRECT
network: Connecting http://jogamp.org/deployment/archive/rc/v2.0-rc4/gluegen-rt.jnlp with cookie "__qca=P0-923428870-1315830391833"
network: ResponseCode for http://jogamp.org/deployment/archive/rc/v2.0-rc4/gluegen-rt.jnlp : 200
network: Encoding for http://jogamp.org/deployment/archive/rc/v2.0-rc4/gluegen-rt.jnlp : null
network: Sever response: (length: 2516, lastModified: Fri Dec 02 08:19:26 GMT 2011, downloadVersion: null, mimeType: application/x-java-jnlp-file)
network: CleanupThread used 6 us
network: Downloading resource: http://jogamp.org/deployment/archive/rc/v2.0-rc4/gluegen-rt.jnlp
	Content-Length: 2,516
	Content-Encoding: null
network: Wrote URL http://jogamp.org/deployment/archive/rc/v2.0-rc4/gluegen-rt.jnlp to File C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\9\63b2a149-210ff4a2-temp
network: Disconnect connection to http://jogamp.org/deployment/archive/rc/v2.0-rc4/gluegen-rt.jnlp
network: CleanupThread used 7 us
network: Cache: Enable a new CacheEntry: http://jogamp.org/deployment/archive/rc/v2.0-rc4/gluegen-rt.jnlp
network: Downloaded extension: http://jogamp.org/deployment/archive/rc/v2.0-rc4/gluegen-rt.jnlp
	codebase: http://jogamp.org/deployment/archive/rc/v2.0-rc4/
	ld parentCodebase: http://jogamp.org/deployment/archive/rc/v2.0-rc4/
	file: C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\9\63b2a149-210ff4a2
temp: new XMLParser with source:
temp: <?xml version="1.0" encoding="utf-8"?>
<jnlp codebase="http://jogamp.org/deployment/archive/rc/v2.0-rc4"
      href="gluegen-rt.jnlp" version="v2.0-rc4">
  <information>
    <title>GlueGen Runtime v2</title>
    <vendor>JogAmp Community</vendor>
    <homepage href="http://jogamp.org/"/>
    <description>GlueGen Runtime Library</description>
    <description kind="short">Run-time support classes and native code for applications and libraries built using the GlueGen tool.</description>
    <offline-allowed/>
  </information>
  <update check="background" policy="always"/>
  <security>
      <all-permissions/>
  </security>
    <resources>
      <jar href="jar/gluegen-rt.jar" />
    </resources>

    <resources os="Windows" arch="x86">
      <nativelib href = "jar/gluegen-rt-natives-windows-i586.jar" />
    </resources>
    <resources os="Windows" arch="amd64">
      <nativelib href = "jar/gluegen-rt-natives-windows-amd64.jar" />
    </resources>
    <resources os="Windows" arch="x86_64">
      <nativelib href = "jar/gluegen-rt-natives-windows-amd64.jar" />
    </resources>
    <resources os="SunOS" arch="sparc">
      <nativelib href = "jar/gluegen-rt-natives-solaris-sparc.jar" />
    </resources>
    <resources os="SunOS" arch="sparcv9">
      <nativelib href = "jar/gluegen-rt-natives-solaris-sparcv9.jar" />
    </resources>
    <resources os="SunOS" arch="x86">
      <nativelib href = "jar/gluegen-rt-natives-solaris-i586.jar" />
    </resources>
    <resources os="SunOS" arch="amd64">
      <nativelib href = "jar/gluegen-rt-natives-solaris-amd64.jar" />
    </resources>
    <resources os="SunOS" arch="x86_64">
      <nativelib href = "jar/gluegen-rt-natives-solaris-amd64.jar" />
    </resources>
    <resources os="Linux" arch="i386">
      <nativelib href = "jar/gluegen-rt-natives-linux-i586.jar" />
    </resources>
    <resources os="Linux" arch="x86">
      <nativelib href = "jar/gluegen-rt-natives-linux-i586.jar" />
    </resources>
    <resources os="Linux" arch="amd64">
      <nativelib href = "jar/gluegen-rt-natives-linux-amd64.jar" />
    </resources>
    <resources os="Linux" arch="x86_64">
      <nativelib href = "jar/gluegen-rt-natives-linux-amd64.jar" />
    </resources>
    <resources os="Mac OS X" arch="i386">
      <nativelib href = "jar/gluegen-rt-natives-macosx-universal.jar" />
    </resources>
    <resources os="Mac OS X" arch="x86_64">
      <nativelib href = "jar/gluegen-rt-natives-macosx-universal.jar" />
    </resources>

  <component-desc />
</jnlp>

temp: 

returning ROOT as follows:

<jnlp codebase="http://jogamp.org/deployment/archive/rc/v2.0-rc4" href="gluegen-rt.jnlp" version="v2.0-rc4">
  <information>
    <title>GlueGen Runtime v2</title>
    <vendor>JogAmp Community</vendor>
    <homepage href="http://jogamp.org/"/>
    <description>GlueGen Runtime Library</description>
    <description kind="short">Run-time support classes and native code for applications and libraries built using the GlueGen tool.</description>
    <offline-allowed/>
  </information>
  <update check="background" policy="always"/>
  <security>
    <all-permissions/>
  </security>
  <resources>
    <jar href="jar/gluegen-rt.jar"/>
  </resources>
  <resources os="Windows" arch="x86">
    <nativelib href="jar/gluegen-rt-natives-windows-i586.jar"/>
  </resources>
  <resources os="Windows" arch="amd64">
    <nativelib href="jar/gluegen-rt-natives-windows-amd64.jar"/>
  </resources>
  <resources os="Windows" arch="x86_64">
    <nativelib href="jar/gluegen-rt-natives-windows-amd64.jar"/>
  </resources>
  <resources os="SunOS" arch="sparc">
    <nativelib href="jar/gluegen-rt-natives-solaris-sparc.jar"/>
  </resources>
  <resources os="SunOS" arch="sparcv9">
    <nativelib href="jar/gluegen-rt-natives-solaris-sparcv9.jar"/>
  </resources>
  <resources os="SunOS" arch="x86">
    <nativelib href="jar/gluegen-rt-natives-solaris-i586.jar"/>
  </resources>
  <resources os="SunOS" arch="amd64">
    <nativelib href="jar/gluegen-rt-natives-solaris-amd64.jar"/>
  </resources>
  <resources os="SunOS" arch="x86_64">
    <nativelib href="jar/gluegen-rt-natives-solaris-amd64.jar"/>
  </resources>
  <resources os="Linux" arch="i386">
    <nativelib href="jar/gluegen-rt-natives-linux-i586.jar"/>
  </resources>
  <resources os="Linux" arch="x86">
    <nativelib href="jar/gluegen-rt-natives-linux-i586.jar"/>
  </resources>
  <resources os="Linux" arch="amd64">
    <nativelib href="jar/gluegen-rt-natives-linux-amd64.jar"/>
  </resources>
  <resources os="Linux" arch="x86_64">
    <nativelib href="jar/gluegen-rt-natives-linux-amd64.jar"/>
  </resources>
  <resources os="Mac OS X" arch="i386">
    <nativelib href="jar/gluegen-rt-natives-macosx-universal.jar"/>
  </resources>
  <resources os="Mac OS X" arch="x86_64">
    <nativelib href="jar/gluegen-rt-natives-macosx-universal.jar"/>
  </resources>
  <component-desc/>
</jnlp>jnlp
temp: returning LaunchDesc from XMLFormat.parse():

<jnlp spec="1.0+" codebase="http://jogamp.org/deployment/archive/rc/v2.0-rc4/" version="v2.0-rc4" href="http://jogamp.org/deployment/archive/rc/v2.0-rc4/gluegen-rt.jnlp">
  <information>
    <title>GlueGen Runtime v2</title>
    <vendor>JogAmp Community</vendor>
    <homepage href="http://jogamp.org/"/>
    <description>GlueGen Runtime Library</description>
    <description kind="short">Run-time support classes and native code for applications and libraries built using the GlueGen tool.</description>
    <offline-allowed/>
  </information>
  <security>
    <all-permissions/>
  </security>
  <update check="background" policy="always"/>
  <resources>
    <jar href="http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/gluegen-rt.jar" download="eager" main="false"/>
    <nativelib href="http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/gluegen-rt-natives-windows-i586.jar" download="eager" main="false"/>
  </resources>
  <component-desc/>
</jnlp>

More to follow in the next two posts. It’s too big for just one apparently.

And then:

basic: Plugin2ClassLoader.addURL2 called for http://jogamp.org/deployment/v2.0-rc4/jar/jogl.test.jar
basic: Plugin2ClassLoader.addURL2 called for http://jogamp.org/deployment/v2.0-rc4/jar/junit.jar
basic: Plugin2ClassLoader.addURL2 called for http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/jogl.all.jar
basic: Plugin2ClassLoader.addURL2 called for http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/gluegen-rt.jar
basic: Plugin2ClassLoader.addURL2 called for http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/gluegen-rt-natives-windows-i586.jar
basic: Plugin2ClassLoader.addURL2 called for http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/jogl-all-natives-windows-i586.jar
basic: Plugin2ClassLoader.drainPendingURLs addURL called for http://jogamp.org/deployment/v2.0-rc4/jar/jogl.test.jar
basic: Plugin2ClassLoader.drainPendingURLs addURL called for http://jogamp.org/deployment/v2.0-rc4/jar/junit.jar
basic: Plugin2ClassLoader.drainPendingURLs addURL called for http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/jogl.all.jar
basic: Plugin2ClassLoader.drainPendingURLs addURL called for http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/gluegen-rt.jar
basic: Plugin2ClassLoader.drainPendingURLs addURL called for http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/gluegen-rt-natives-windows-i586.jar
basic: Plugin2ClassLoader.drainPendingURLs addURL called for http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/jogl-all-natives-windows-i586.jar
network: No Custom Progress jar
network: LaunchDownload: concurrent downloads from LD: 4
network: Total size to download: -1
network: Cache entry not found [url: http://jogamp.org/deployment/v2.0-rc4/jar/junit.jar, version: null]
network: Cache entry not found [url: http://jogamp.org/deployment/v2.0-rc4/jar/junit.jar, version: null]
network: Connecting http://jogamp.org/deployment/v2.0-rc4/jar/junit.jar with proxy=DIRECT
network: Connecting http://jogamp.org:80/ with proxy=DIRECT
network: Cache entry not found [url: http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/gluegen-rt.jar, version: null]
network: Cache entry not found [url: http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/gluegen-rt.jar, version: null]
network: Connecting http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/gluegen-rt.jar with proxy=DIRECT
network: Connecting http://jogamp.org:80/ with proxy=DIRECT
network: Cache entry not found [url: http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/jogl.all.jar, version: null]
network: Cache entry not found [url: http://jogamp.org/deployment/v2.0-rc4/jar/jogl.test.jar, version: null]
network: Cache entry not found [url: http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/jogl.all.jar, version: null]
network: Cache entry not found [url: http://jogamp.org/deployment/v2.0-rc4/jar/jogl.test.jar, version: null]
network: Connecting http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/jogl.all.jar with proxy=DIRECT
network: Connecting http://jogamp.org/deployment/v2.0-rc4/jar/jogl.test.jar with proxy=DIRECT
network: Connecting http://jogamp.org:80/ with proxy=DIRECT
network: Connecting http://jogamp.org:80/ with proxy=DIRECT
network: Connecting http://jogamp.org/deployment/v2.0-rc4/jar/junit.jar with cookie "__qca=P0-923428870-1315830391833"
network: Connecting http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/gluegen-rt.jar with cookie "__qca=P0-923428870-1315830391833"
network: Connecting http://jogamp.org/deployment/v2.0-rc4/jar/jogl.test.jar with cookie "__qca=P0-923428870-1315830391833"
network: Connecting http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/jogl.all.jar with cookie "__qca=P0-923428870-1315830391833"
network: ResponseCode for http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/gluegen-rt.jar : 200
network: Encoding for http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/gluegen-rt.jar : pack200-gzip
network: Sever response: (length: 53190, lastModified: Fri Dec 02 08:21:17 GMT 2011, downloadVersion: null, mimeType: application/x-gzip)
network: CleanupThread used 6 us
network: Downloading resource: http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/gluegen-rt.jar
	Content-Length: 53,190
	Content-Encoding: pack200-gzip
network: ResponseCode for http://jogamp.org/deployment/v2.0-rc4/jar/jogl.test.jar : 200
network: Encoding for http://jogamp.org/deployment/v2.0-rc4/jar/jogl.test.jar : pack200-gzip
network: Sever response: (length: 108112, lastModified: Fri Dec 02 08:21:46 UTC 2011, downloadVersion: null, mimeType: application/x-gzip)
network: CleanupThread used 6 us
network: Downloading resource: http://jogamp.org/deployment/v2.0-rc4/jar/jogl.test.jar
	Content-Length: 108,112
	Content-Encoding: pack200-gzip
network: ResponseCode for http://jogamp.org/deployment/v2.0-rc4/jar/junit.jar : 200
network: Encoding for http://jogamp.org/deployment/v2.0-rc4/jar/junit.jar : pack200-gzip
network: Sever response: (length: 48151, lastModified: Fri Dec 02 08:21:47 UTC 2011, downloadVersion: null, mimeType: application/x-gzip)
network: CleanupThread used 6 us
network: Downloading resource: http://jogamp.org/deployment/v2.0-rc4/jar/junit.jar
	Content-Length: 48,151
	Content-Encoding: pack200-gzip
network: Wrote URL http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/gluegen-rt.jar to File C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\61\6c2bfa3d-713f8e61-temp
network: Disconnect connection to http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/gluegen-rt.jar
network: Validating http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/gluegen-rt.jar , version null...
security: Blacklist revocation check is enabled
security: Trusted libraries list check is enabled
network: ResponseCode for http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/jogl.all.jar : 200
network: Encoding for http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/jogl.all.jar : pack200-gzip
network: Sever response: (length: 2458476, lastModified: Fri Dec 02 08:21:30 GMT 2011, downloadVersion: null, mimeType: application/x-gzip)
network: CleanupThread used 5 us
network: Downloading resource: http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/jogl.all.jar
	Content-Length: 2,458,476
	Content-Encoding: pack200-gzip
network: Cache: Enable a new CacheEntry: http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/gluegen-rt.jar
network: CleanupThread used 4 us
network: Downloaded http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/gluegen-rt.jar: file:/C:/Users/johnharris.PROFACTUM/AppData/LocalLow/Sun/Java/Deployment/cache/6.0/61/6c2bfa3d-713f8e61
network: Download Progress: jarsDone: 1
network: Cache entry not found [url: http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/gluegen-rt-natives-windows-i586.jar, version: null]
network: Cache entry not found [url: http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/gluegen-rt-natives-windows-i586.jar, version: null]
network: Connecting http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/gluegen-rt-natives-windows-i586.jar with proxy=DIRECT
network: Connecting http://jogamp.org:80/ with proxy=DIRECT
network: Wrote URL http://jogamp.org/deployment/v2.0-rc4/jar/junit.jar to File C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\21\32218c95-6f32edb7-temp
network: Disconnect connection to http://jogamp.org/deployment/v2.0-rc4/jar/junit.jar
network: Validating http://jogamp.org/deployment/v2.0-rc4/jar/junit.jar , version null...
network: CleanupThread used 3 us
network: Cache: Enable a new CacheEntry: http://jogamp.org/deployment/v2.0-rc4/jar/junit.jar
network: Connecting http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/gluegen-rt-natives-windows-i586.jar with cookie "__qca=P0-923428870-1315830391833"
network: Downloaded http://jogamp.org/deployment/v2.0-rc4/jar/junit.jar: file:/C:/Users/johnharris.PROFACTUM/AppData/LocalLow/Sun/Java/Deployment/cache/6.0/21/32218c95-6f32edb7
network: Download Progress: jarsDone: 2
network: Wrote URL http://jogamp.org/deployment/v2.0-rc4/jar/jogl.test.jar to File C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\20\79872dd4-7a62898f-temp
network: Disconnect connection to http://jogamp.org/deployment/v2.0-rc4/jar/jogl.test.jar
network: Cache entry not found [url: http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/jogl-all-natives-windows-i586.jar, version: null]
network: Cache entry not found [url: http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/jogl-all-natives-windows-i586.jar, version: null]
network: Connecting http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/jogl-all-natives-windows-i586.jar with proxy=DIRECT
network: Connecting http://jogamp.org:80/ with proxy=DIRECT
network: Validating http://jogamp.org/deployment/v2.0-rc4/jar/jogl.test.jar , version null...
network: CleanupThread used 4 us
network: Cache: Enable a new CacheEntry: http://jogamp.org/deployment/v2.0-rc4/jar/jogl.test.jar
network: Downloaded http://jogamp.org/deployment/v2.0-rc4/jar/jogl.test.jar: file:/C:/Users/johnharris.PROFACTUM/AppData/LocalLow/Sun/Java/Deployment/cache/6.0/20/79872dd4-7a62898f
network: Download Progress: jarsDone: 3
network: Connecting http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/jogl-all-natives-windows-i586.jar with cookie "__qca=P0-923428870-1315830391833"
network: ResponseCode for http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/gluegen-rt-natives-windows-i586.jar : 200
network: Encoding for http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/gluegen-rt-natives-windows-i586.jar : null
network: Sever response: (length: 7842, lastModified: Fri Dec 02 08:20:32 UTC 2011, downloadVersion: null, mimeType: application/x-java-archive)
network: CleanupThread used 5 us
network: Downloading resource: http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/gluegen-rt-natives-windows-i586.jar
	Content-Length: 7,842
	Content-Encoding: null
network: Wrote URL http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/gluegen-rt-natives-windows-i586.jar to File C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\1\afff801-3d455fa9-temp
network: Disconnect connection to http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/gluegen-rt-natives-windows-i586.jar
network: Validating http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/gluegen-rt-natives-windows-i586.jar , version null...
network: Cache: Enable a new CacheEntry: http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/gluegen-rt-natives-windows-i586.jar
network: CleanupThread used 5 us
network: Downloaded http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/gluegen-rt-natives-windows-i586.jar: file:/C:/Users/johnharris.PROFACTUM/AppData/LocalLow/Sun/Java/Deployment/cache/6.0/1/afff801-3d455fa9
network: Download Progress: jarsDone: 4
network: ResponseCode for http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/jogl-all-natives-windows-i586.jar : 200
network: Encoding for http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/jogl-all-natives-windows-i586.jar : null
network: Sever response: (length: 133965, lastModified: Fri Dec 02 08:20:45 UTC 2011, downloadVersion: null, mimeType: application/x-java-archive)
network: CleanupThread used 4 us
network: Downloading resource: http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/jogl-all-natives-windows-i586.jar
	Content-Length: 133,965
	Content-Encoding: null
network: Wrote URL http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/jogl-all-natives-windows-i586.jar to File C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\59\e0b4afb-4c3e31ff-temp
network: Disconnect connection to http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/jogl-all-natives-windows-i586.jar
network: Validating http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/jogl-all-natives-windows-i586.jar , version null...
network: Cache: Enable a new CacheEntry: http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/jogl-all-natives-windows-i586.jar
network: CleanupThread used 4 us
network: Downloaded http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/jogl-all-natives-windows-i586.jar: file:/C:/Users/johnharris.PROFACTUM/AppData/LocalLow/Sun/Java/Deployment/cache/6.0/59/e0b4afb-4c3e31ff
network: Download Progress: jarsDone: 5
network: Wrote URL http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/jogl.all.jar to File C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\41\243081e9-6c35dd82-temp
network: Disconnect connection to http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/jogl.all.jar
network: Validating http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/jogl.all.jar , version null...
network: Cache: Enable a new CacheEntry: http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/jogl.all.jar
network: CleanupThread used 6 us
network: Downloaded http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/jogl.all.jar: file:/C:/Users/johnharris.PROFACTUM/AppData/LocalLow/Sun/Java/Deployment/cache/6.0/41/243081e9-6c35dd82
network: Download Progress: jarsDone: 6
network: Created version ID: 1.4+
network: Created version ID: 1.6.0.30
network: Created version ID: 1.6.0.30
network: Created version ID: 1.6
basic: LaunchDesc location: http://jogamp.org/deployment/v2.0-rc4/jogl-applet-runner-newt.jnlp
network: Created version ID: 1.0+
network: Created version ID: 6.0.18
security: Validating signatures for http://jogamp.org/deployment/archive/rc/v2.0-rc4/jogl-all-awt.jnlp http://jogamp.org/deployment/v2.0-rc4/jogl-all-awt.jnlp
network: Created version ID: v2.0.rc4
network: Cache entry not found [url: http://jogamp.org/deployment/v2.0-rc4/jogl-all-awt.jnlp, version: v2.0-rc4]
security: TustedSet null
security: Empty trusted set for [http://jogamp.org/deployment/archive/rc/v2.0-rc4/jogl-all-awt.jnlp]
security: Round 1 (0 out of 2):http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/jogl.all.jar
security: Entry [http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/jogl.all.jar] is not prevalidated. Revert to full validation of this JAR.
security: Round 2 (0 out of 2):http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/jogl.all.jar
security: Validating cached jar url=http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/jogl.all.jar ffile=C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\41\243081e9-6c35dd82 com.sun.deploy.cache.CachedJarFile@62937c
security: Round 2 (1 out of 2):http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/jogl-all-natives-windows-i586.jar
security: Validating cached jar url=http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/jogl-all-natives-windows-i586.jar ffile=C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\59\e0b4afb-4c3e31ff com.sun.deploy.cache.CachedJarFile@15a0305
security: Have 1 common certificates after processing http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/jogl-all-natives-windows-i586.jar
security: Istrusted: http://jogamp.org/deployment/archive/rc/v2.0-rc4/jogl-all-awt.jnlp false
network: Created version ID: 0+
network: Created version ID: 1.6
network: Created version ID: 1.6.0.30
network: Created version ID: 1.6
security: Accessing keys and certificate in Mozilla user profile: null
security: Loading Root CA certificates from C:\Program Files\Java\jre6\lib\security\cacerts
security: Loaded Root CA certificates from C:\Program Files\Java\jre6\lib\security\cacerts
security: Loading Deployment certificates from C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\security\trusted.certs
security: Loaded Deployment certificates from C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\security\trusted.certs
security: Loading certificates from Deployment session certificate store
security: Loaded certificates from Deployment session certificate store
security: Validate the certificate chain using CertPath API
security: Obtain certificate collection in Root CA certificate store
security: Obtain certificate collection in Root CA certificate store
security: No timestamping info available
security: Found jurisdiction list file
security: Start checking trusted extension for this certificate
security: Start comparing to jurisdiction list with this certificate
security: Checking if certificate is in Deployment permanent certificate store
security: The CRL support is disabled
security: The OCSP support is disabled
security: This OCSP End Entity validation is disabled
security: Checking if certificate is in Deployment denied certificate store
security: Checking if certificate is in Deployment permanent certificate store
cache: Mark prevalidated: http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/jogl.all.jar true tm=1326379452851 cert=1342607021000
cache: Mark prevalidated: http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/jogl-all-natives-windows-i586.jar true tm=1326379452851 cert=1342607021000
security: Mark trusted: http://jogamp.org/deployment/archive/rc/v2.0-rc4/jogl-all-awt.jnlp
basic: LD - All JAR files signed: http://jogamp.org/deployment/archive/rc/v2.0-rc4/jogl-all-awt.jnlp
security: Validating signatures for http://jogamp.org/deployment/archive/rc/v2.0-rc4/gluegen-rt.jnlp http://jogamp.org/deployment/archive/rc/v2.0-rc4/gluegen-rt.jnlp
network: Created version ID: v2.0.rc4
network: Cache entry not found [url: http://jogamp.org/deployment/archive/rc/v2.0-rc4/gluegen-rt.jnlp, version: v2.0-rc4]
security: TustedSet null
security: Empty trusted set for [http://jogamp.org/deployment/archive/rc/v2.0-rc4/gluegen-rt.jnlp]
security: Round 1 (0 out of 2):http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/gluegen-rt.jar
security: Entry [http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/gluegen-rt.jar] is not prevalidated. Revert to full validation of this JAR.
security: Round 2 (0 out of 2):http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/gluegen-rt.jar
security: Validating cached jar url=http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/gluegen-rt.jar ffile=C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\61\6c2bfa3d-713f8e61 com.sun.deploy.cache.CachedJarFile@29ab3e
security: Round 2 (1 out of 2):http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/gluegen-rt-natives-windows-i586.jar
security: Validating cached jar url=http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/gluegen-rt-natives-windows-i586.jar ffile=C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\1\afff801-3d455fa9 com.sun.deploy.cache.CachedJarFile@1a99561
security: Have 1 common certificates after processing http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/gluegen-rt-natives-windows-i586.jar
security: Istrusted: http://jogamp.org/deployment/archive/rc/v2.0-rc4/gluegen-rt.jnlp false
network: Created version ID: 0+
network: Created version ID: 1.6
network: Created version ID: 1.6.0.30
network: Created version ID: 1.6
security: Loading certificates from Deployment session certificate store
security: Loaded certificates from Deployment session certificate store
security: Validate the certificate chain using CertPath API
security: Obtain certificate collection in Root CA certificate store
security: Obtain certificate collection in Root CA certificate store
security: No timestamping info available
security: Found jurisdiction list file
security: Start checking trusted extension for this certificate
security: Start comparing to jurisdiction list with this certificate
security: Checking if certificate is in Deployment permanent certificate store
security: The CRL support is disabled
security: The OCSP support is disabled
security: This OCSP End Entity validation is disabled
security: Checking if certificate is in Deployment denied certificate store
security: Checking if certificate is in Deployment permanent certificate store
cache: Mark prevalidated: http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/gluegen-rt.jar true tm=1326379452874 cert=1342607021000
cache: Mark prevalidated: http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/gluegen-rt-natives-windows-i586.jar true tm=1326379452874 cert=1342607021000
security: Mark trusted: http://jogamp.org/deployment/archive/rc/v2.0-rc4/gluegen-rt.jnlp
basic: LD - All JAR files signed: http://jogamp.org/deployment/archive/rc/v2.0-rc4/gluegen-rt.jnlp
basic: passing security checks; secureArgs:true, allSigned:false
basic: continuing launch in this VM
network: LDUpdater: started background update check
basic: JNLP2ClassLoader.getPermissions() ..
basic: Plugin2ClassLoader.getPermissions CeilingPolicy allPerms
security: JAVAWS AppPolicy Permission requested for: http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/jogl.all.jar
basic: JNLP2ClassLoader.getPermissions() X
basic: JNLP2ClassLoader.getPermissions() ..
basic: Plugin2ClassLoader.getPermissions CeilingPolicy allPerms
security: JAVAWS AppPolicy Permission requested for: http://jogamp.org/deployment/archive/rc/v2.0-rc4/jar/gluegen-rt.jar
basic: JNLP2ClassLoader.getPermissions() X

And lastly:

security: Loading certificates from Deployment session certificate store
security: Loaded certificates from Deployment session certificate store
security: Validate the certificate chain using CertPath API
security: Obtain certificate collection in Root CA certificate store
security: Obtain certificate collection in Root CA certificate store
security: No timestamping info available
security: Found jurisdiction list file
security: Start checking trusted extension for this certificate
security: Start comparing to jurisdiction list with this certificate
security: The CRL support is disabled
security: The OCSP support is disabled
security: This OCSP End Entity validation is disabled
security: Checking if certificate is in Deployment denied certificate store
security: Checking if certificate is in Deployment permanent certificate store
basic: Applet loaded.
basic: Applet resized and added to parent container
basic: PERF: AppletExecutionRunnable - applet.init() BEGIN ; jvmLaunch dt 923823 us, pluginInit dt 5222642 us, TotalTime: 6146465 us
basic: JNLP2ClassLoader.findClass: android.os.Build$VERSION: try again ..
basic: JNLP2ClassLoader.findLibrary: Looking up native library: jawt.dll
network: Looking up native library in: C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\1\afff801-3d455fa9-n\jawt.dll
network: Looking up native library in: C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\59\e0b4afb-4c3e31ff-n\jawt.dll
basic: Native library jawt.dll not found
basic: JNLP2ClassLoader.findLibrary: Looking up native library: OpenGL32.dll
network: Looking up native library in: C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\1\afff801-3d455fa9-n\OpenGL32.dll
network: Looking up native library in: C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\59\e0b4afb-4c3e31ff-n\OpenGL32.dll
basic: Native library OpenGL32.dll not found
basic: JNLP2ClassLoader.findLibrary: Looking up native library: nativewindow_x11.dll
network: Looking up native library in: C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\1\afff801-3d455fa9-n\nativewindow_x11.dll
network: Looking up native library in: C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\59\e0b4afb-4c3e31ff-n\nativewindow_x11.dll
basic: Native library nativewindow_x11.dll not found
basic: JNLP2ClassLoader.findLibrary: Looking up native library: GLESv1_CM.dll
network: Looking up native library in: C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\1\afff801-3d455fa9-n\GLESv1_CM.dll
network: Looking up native library in: C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\59\e0b4afb-4c3e31ff-n\GLESv1_CM.dll
basic: Native library GLESv1_CM.dll not found
basic: JNLP2ClassLoader.findLibrary: Looking up native library: libGLESv1_CM.so.dll
network: Looking up native library in: C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\1\afff801-3d455fa9-n\libGLESv1_CM.so.dll
network: Looking up native library in: C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\59\e0b4afb-4c3e31ff-n\libGLESv1_CM.so.dll
basic: Native library libGLESv1_CM.so.dll not found
basic: JNLP2ClassLoader.findLibrary: Looking up native library: libGLESv1_CM.so.2.dll
network: Looking up native library in: C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\1\afff801-3d455fa9-n\libGLESv1_CM.so.2.dll
network: Looking up native library in: C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\59\e0b4afb-4c3e31ff-n\libGLESv1_CM.so.2.dll
basic: Native library libGLESv1_CM.so.2.dll not found
basic: JNLP2ClassLoader.findLibrary: Looking up native library: GLES_CM.dll
network: Looking up native library in: C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\1\afff801-3d455fa9-n\GLES_CM.dll
network: Looking up native library in: C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\59\e0b4afb-4c3e31ff-n\GLES_CM.dll
basic: Native library GLES_CM.dll not found
basic: JNLP2ClassLoader.findLibrary: Looking up native library: GLES_CL.dll
network: Looking up native library in: C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\1\afff801-3d455fa9-n\GLES_CL.dll
network: Looking up native library in: C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\59\e0b4afb-4c3e31ff-n\GLES_CL.dll
basic: Native library GLES_CL.dll not found
basic: JNLP2ClassLoader.findLibrary: Looking up native library: libGLESv1_CM.dll
network: Looking up native library in: C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\1\afff801-3d455fa9-n\libGLESv1_CM.dll
network: Looking up native library in: C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\59\e0b4afb-4c3e31ff-n\libGLESv1_CM.dll
basic: Native library libGLESv1_CM.dll not found
basic: JNLP2ClassLoader.findLibrary: Looking up native library: libGLES_CM.dll
network: Looking up native library in: C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\1\afff801-3d455fa9-n\libGLES_CM.dll
network: Looking up native library in: C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\59\e0b4afb-4c3e31ff-n\libGLES_CM.dll
basic: Native library libGLES_CM.dll not found
basic: JNLP2ClassLoader.findLibrary: Looking up native library: libGLES_CL.dll
network: Looking up native library in: C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\1\afff801-3d455fa9-n\libGLES_CL.dll
network: Looking up native library in: C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\59\e0b4afb-4c3e31ff-n\libGLES_CL.dll
basic: Native library libGLES_CL.dll not found
basic: JNLP2ClassLoader.findLibrary: Looking up native library: EGL.dll
network: Looking up native library in: C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\1\afff801-3d455fa9-n\EGL.dll
network: Looking up native library in: C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\59\e0b4afb-4c3e31ff-n\EGL.dll
basic: Native library EGL.dll not found
basic: JNLP2ClassLoader.findLibrary: Looking up native library: libEGL.dll
network: Looking up native library in: C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\1\afff801-3d455fa9-n\libEGL.dll
network: Looking up native library in: C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\59\e0b4afb-4c3e31ff-n\libEGL.dll
basic: Native library libEGL.dll not found
basic: JNLP2ClassLoader.findLibrary: Looking up native library: nativewindow_x11.dll
network: Looking up native library in: C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\1\afff801-3d455fa9-n\nativewindow_x11.dll
network: Looking up native library in: C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\59\e0b4afb-4c3e31ff-n\nativewindow_x11.dll
basic: Native library nativewindow_x11.dll not found
basic: JNLP2ClassLoader.findLibrary: Looking up native library: GLESv2.dll
network: Looking up native library in: C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\1\afff801-3d455fa9-n\GLESv2.dll
network: Looking up native library in: C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\59\e0b4afb-4c3e31ff-n\GLESv2.dll
basic: Native library GLESv2.dll not found
basic: JNLP2ClassLoader.findLibrary: Looking up native library: libGLESv2.so.dll
network: Looking up native library in: C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\1\afff801-3d455fa9-n\libGLESv2.so.dll
network: Looking up native library in: C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\59\e0b4afb-4c3e31ff-n\libGLESv2.so.dll
basic: Native library libGLESv2.so.dll not found
basic: JNLP2ClassLoader.findLibrary: Looking up native library: libGLESv2.so.2.dll
network: Looking up native library in: C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\1\afff801-3d455fa9-n\libGLESv2.so.2.dll
network: Looking up native library in: C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\59\e0b4afb-4c3e31ff-n\libGLESv2.so.2.dll
basic: Native library libGLESv2.so.2.dll not found
basic: JNLP2ClassLoader.findLibrary: Looking up native library: GLES20.dll
network: Looking up native library in: C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\1\afff801-3d455fa9-n\GLES20.dll
network: Looking up native library in: C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\59\e0b4afb-4c3e31ff-n\GLES20.dll
basic: Native library GLES20.dll not found
basic: JNLP2ClassLoader.findLibrary: Looking up native library: GLESv2_CM.dll
network: Looking up native library in: C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\1\afff801-3d455fa9-n\GLESv2_CM.dll
network: Looking up native library in: C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\59\e0b4afb-4c3e31ff-n\GLESv2_CM.dll
basic: Native library GLESv2_CM.dll not found
basic: JNLP2ClassLoader.findLibrary: Looking up native library: libGLESv2.dll
network: Looking up native library in: C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\1\afff801-3d455fa9-n\libGLESv2.dll
network: Looking up native library in: C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\59\e0b4afb-4c3e31ff-n\libGLESv2.dll
basic: Native library libGLESv2.dll not found
basic: JNLP2ClassLoader.findLibrary: Looking up native library: EGL.dll
network: Looking up native library in: C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\1\afff801-3d455fa9-n\EGL.dll
network: Looking up native library in: C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\59\e0b4afb-4c3e31ff-n\EGL.dll
basic: Native library EGL.dll not found
basic: JNLP2ClassLoader.findLibrary: Looking up native library: libEGL.dll
network: Looking up native library in: C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\1\afff801-3d455fa9-n\libEGL.dll
network: Looking up native library in: C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\59\e0b4afb-4c3e31ff-n\libEGL.dll
basic: Native library libEGL.dll not found
basic: JNLP2ClassLoader.findLibrary: Looking up native library: nativewindow_x11.dll
network: Looking up native library in: C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\1\afff801-3d455fa9-n\nativewindow_x11.dll
network: Looking up native library in: C:\Users\johnharris.PROFACTUM\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\59\e0b4afb-4c3e31ff-n\nativewindow_x11.dll
basic: Native library nativewindow_x11.dll not found
basic: JNLP2ClassLoader.findClass: Windows.Display: try again ..
basic: JNLP2ClassLoader.findClass: Windows.Screen: try again ..
basic: JNLP2ClassLoader.findClass: Windows.Window: try again ..
Detected screen size 1280x1024
basic: JNLP2ClassLoader.findClass: com.jogamp.opengl.test.junit.jogl.demos.es2.GearsES2: try again ..
basic: JNLP2ClassLoader.getPermissions() ..
security: JAVAWS AppPolicy Permission requested for: http://jogamp.org/deployment/v2.0-rc4/jar/jogl.test.jar
security: Add sandbox permissions
basic: JNLP2ClassLoader.getPermissions() X
basic: JNLP2ClassLoader.findClass: com.jogamp.opengl.test.junit.jogl.demos.GearsObject: try again ..
basic: JNLP2ClassLoader.findClass: com.jogamp.opengl.test.junit.jogl.demos.es2.GearsObjectES2: try again ..
basic: JNLP2ClassLoader.findClass: com.jogamp.opengl.test.junit.jogl.demos.es2.GearsES2$GearsMouseAdapter: try again ..
basic: JNLP2ClassLoader.findClass: com.jogamp.opengl.test.junit.jogl.demos.es2.GearsES2$GearsKeyAdapter: try again ..
class com.jogamp.opengl.test.junit.jogl.demos.es2.GearsES2 has no 'window' field
class com.jogamp.opengl.test.junit.jogl.demos.es2.GearsES2 has no 'glWindow' field
basic: Applet initialized
basic: Removed progress listener: null
Thread[thread applet-com.jogamp.newt.awt.applet.JOGLNewtApplet1Run-1-Display-Windows_nil-1-EDT-1,4,http://jogamp.org/deployment/v2.0-rc4/-threadGroup] GearsES2.init ...
Chosen GLCapabilities: GLCaps[4 arb: on-scr, rgba 0x8/8/8/8, opaque, accum-rgba 16/16/16/16, dp/st/ms: 16/0/0, dbl, mono  , hw, GLProfile[GL2ES2/GL2]]
INIT GL IS: jogamp.opengl.gl4.GL4bcImpl
GL_VENDOR: Intel
GL_RENDERER: Intel Bear Lake B
GL_VERSION: 1.4.0 - Build 7.15.10.1666

Hope that’s some use, Hecaton.

Hi

The most interesting files are javaws*.trace and javaws*.log, please launch the Java Web Start version of Gears to generate them.

I have tried TUER and Gears on my very old ATI Radeon 9250 Pro, both work fine on Mageia Linux 1 but they directly crash on Mandriva Linux 2006. I tried earlier to give them a try on Microsoft Windows with VMWare but a missing fix prevented me from succeeding.

Hi

You used the RC4, you should use the RC5 or the latest autobuild. As TUER works (and uses the RC5), you should be able to use this release.