unfortunatly that is the output of the java console 
here is some more of the trace:
Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: net/java/games/jogl/GLEventListener
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.net.FactoryURLClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at JOGLBox.valueChanged(JOGLBox.java:270)
here is the jnlp-descriptor shown for the Joglbox
<jnlp spec="1.0" codebase="http://www.furi.dk/java/webstart/">
<information>
<title>JOGLBox Demo Viewer By Ozak</title>
<vendor>furi.dk</vendor>
<homepage href="http://www.furi.dk"/>
<description>JOGLBox Demo Viewer By Ozak</description>
<description kind="short">Common platform for viewing JOGL demos.</description>
<offline-allowed/>
</information>
<security>
<all-permissions/>
</security>
<resources>
<j2se java-vm-args="-esa -Xnoclassgc" version="1.4.2+"/>
<property name="sun.java2d.noddraw" value="true"/>
<jar href="http://www.furi.dk/java/webstart/JOGLBox.jar" download="eager" main="true"/>
<extension href="https://jogl.dev.java.net/webstart/jogl.jnlp" name="jogl"/>
</resources>
<application-desc main-class="JOGLBox"/>
</jnlp>
and the one for the jogl library:
<jnlp spec="1.0.1" codebase="https://jogl.dev.java.net/webstart/" href="https://jogl.dev.java.net/webstart/jogl.jnlp">
<information>
<title>JOGL</title>
<vendor>Sun Microsystems, Inc.</vendor>
<homepage href="http://jogl.dev.java.net/"/>
<description>JOGL</description>
<description kind="short">Java programming language binding for the OpenGL 3D graphics API.</description>
<offline-allowed/>
</information>
<security>
<all-permissions/>
</security>
<resources>
<jar href="https://jogl.dev.java.net/webstart/jogl.jar" download="eager" main="false"/>
<jar href="https://jogl.dev.java.net/webstart/jogl-natives-win32.jar" download="eager" main="false"/>
</resources>
<library-desc unique-id="null"/>
</jnlp>
I have not much understanding in webstart, but could the jogl jnlp be corrupt because of the “null” library-desc entry?