Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8107733

Windows Vista can't play videos on javafx.com and mediabox sample

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P4 P4
    • None
    • None
    • javafx
    • Windows Vista Business Service Pack 1

      MediaBox example can not play sample video.
      I can't play videos on http://www.javafx.com/launch/index.jsp either.

      In both cases I get a "We're sorry, this video can't be played now" message.
      Java console sends this output (debug level set to "5":

      ----
      basic: Starting applet teardown
      Reading certificates from 341411 http://dl.javafx.com/javafx-rt-windows-i586__V1.2.0_b233.jar | C:\Users\luis\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\44\50f3f12c-18104698.idx
      basic: Finished applet teardown
      network: Created version ID: 1.6.0.07
      network: Created version ID: 1.6
      network: Created version ID: 1.6.0.14
      network: Created version ID: 1.6
      network: Created version ID: 1.6.0.04
      network: Created version ID: 1.6
      network: Created version ID: 1.6.0
      network: Created version ID: 1.6
      network: Created version ID: 1.6.0.14
      network: Created version ID: 1.6
      network: Created version ID: 1.6.0.14
      network: Created version ID: 1.6
      network: Created version ID: 1.6.0.14
      network: Created version ID: 1.6
      temp: new XMLParser with source:
      temp: <?xml version="1.0" encoding="UTF-8"?>
      <jnlp spec="1.0+" codebase="http://www.javafx.com/launch/" href="MediaBox_browser.jnlp">
      <information>
      <title>MediaBox</title>
      <vendor>Sun Microsystems</vendor>
      <description>${subproject.application.desc}</description>
      <description kind="short">MediaBox</description>
      <offline-allowed/>
      </information>
      <resources>
      <j2se version="1.5+"/>
      <jar href="MediaBox.jar" main="true" download="eager"/>
      <extension name="JavaFX Runtime" href="http://dl.javafx.com/1.2/javafx-rt.jnlp"/>
      </resources>
      <applet-desc main-class="com.sun.javafx.runtime.adapter.Applet" name="MediaBox" height="200" width="200">
      <param name="MainJavaFXScript" value="com.sun.javafx.mediabox.Main"/>
      </applet-desc>
      </jnlp>

      temp:

      returning ROOT as follows:

      <jnlp spec="1.0+" codebase="http://www.javafx.com/launch/" href="MediaBox_browser.jnlp">
        <information>
          <title>MediaBox</title>
          <vendor>Sun Microsystems</vendor>
          <description>${subproject.application.desc}</description>
          <description kind="short">MediaBox</description>
          <offline-allowed/>
        </information>
        <resources>
          <j2se version="1.5+"/>
          <jar href="MediaBox.jar" main="true" download="eager"/>
          <extension name="JavaFX Runtime" href="http://dl.javafx.com/1.2/javafx-rt.jnlp"/>
        </resources>
        <applet-desc main-class="com.sun.javafx.runtime.adapter.Applet" name="MediaBox" height="200" width="200">
          <param name="MainJavaFXScript" value="com.sun.javafx.mediabox.Main"/>
        </applet-desc>
      </jnlp>jnlp
      temp: returning LaunchDesc from XMLFormat.parse():

      <jnlp spec="1.0+" codebase="http://www.javafx.com/launch/" href="http://www.javafx.com/launch/MediaBox_browser.jnlp">
        <information>
          <title>MediaBox</title>
          <vendor>Sun Microsystems</vendor>
          <homepage href="null"/>
          <description>${subproject.application.desc}</description>
          <description kind="short">MediaBox</description>
          <offline-allowed/>
        </information>
        <update check="timeout" policy="always"/>
        <resources>
          <java version="1.5+"/>
          <jar href="http://www.javafx.com/launch/MediaBox.jar" download="eager" main="true"/>
          <extension href="http://dl.javafx.com/1.2/javafx-rt.jnlp" name="JavaFX Runtime"/>
        </resources>
        <applet-desc name="MediaBox" main-class="com.sun.javafx.runtime.adapter.Applet" documentbase="http://www.javafx.com/launch/index.jsp" width="200" height="200">
          <param name="MainJavaFXScript" value="com.sun.javafx.mediabox.Main"/>
        </applet-desc>
      </jnlp>
      temp: new XMLParser with source:
      temp: <?xml version="1.0" encoding="UTF-8"?>
      <jnlp spec="1.0+" codebase="http://www.javafx.com/launch/" href="MediaBox_browser.jnlp">
      <information>
      <title>MediaBox</title>
      <vendor>Sun Microsystems</vendor>
      <description>${subproject.application.desc}</description>
      <description kind="short">MediaBox</description>
      <offline-allowed/>
      </information>
      <resources>
      <j2se version="1.5+"/>
      <jar href="MediaBox.jar" main="true" download="eager"/>
      <extension name="JavaFX Runtime" href="http://dl.javafx.com/1.2/javafx-rt.jnlp"/>
      </resources>
      <applet-desc main-class="com.sun.javafx.runtime.adapter.Applet" name="MediaBox" height="200" width="200">
      <param name="MainJavaFXScript" value="com.sun.javafx.mediabox.Main"/>
      </applet-desc>
      </jnlp>

      temp:

      returning ROOT as follows:

      <jnlp spec="1.0+" codebase="http://www.javafx.com/launch/" href="MediaBox_browser.jnlp">
        <information>
          <title>MediaBox</title>
          <vendor>Sun Microsystems</vendor>
          <description>${subproject.application.desc}</description>
          <description kind="short">MediaBox</description>
          <offline-allowed/>
        </information>
        <resources>
          <j2se version="1.5+"/>
          <jar href="MediaBox.jar" main="true" download="eager"/>
          <extension name="JavaFX Runtime" href="http://dl.javafx.com/1.2/javafx-rt.jnlp"/>
        </resources>
        <applet-desc main-class="com.sun.javafx.runtime.adapter.Applet" name="MediaBox" height="200" width="200">
          <param name="MainJavaFXScript" value="com.sun.javafx.mediabox.Main"/>
        </applet-desc>
      </jnlp>jnlp
      temp: returning LaunchDesc from XMLFormat.parse():

      <jnlp spec="1.0+" codebase="http://www.javafx.com/launch/" href="http://www.javafx.com/launch/MediaBox_browser.jnlp">
        <information>
          <title>MediaBox</title>
          <vendor>Sun Microsystems</vendor>
          <homepage href="null"/>
          <description>${subproject.application.desc}</description>
          <description kind="short">MediaBox</description>
          <offline-allowed/>
        </information>
        <update check="timeout" policy="always"/>
        <resources>
          <java version="1.5+"/>
          <jar href="http://www.javafx.com/launch/MediaBox.jar" download="eager" main="true"/>
          <extension href="http://dl.javafx.com/1.2/javafx-rt.jnlp" name="JavaFX Runtime"/>
        </resources>
        <applet-desc name="MediaBox" main-class="com.sun.javafx.runtime.adapter.Applet" documentbase="http://www.javafx.com/launch/index.jsp" width="200" height="200">
          <param name="MainJavaFXScript" value="com.sun.javafx.mediabox.Main"/>
        </applet-desc>
      </jnlp>
      temp: new XMLParser with source:
      temp: <?xml version="1.0" encoding="UTF-8"?><jnlp spec="1.0+" version="1.2.0_b233" codebase="http://dl.javafx.com/1.2/" href="javafx-rt.jnlp"><information><title>JavaFX Runtime</title><vendor>Sun Microsystems, Inc.</vendor><offline-allowed/></information><security><all-permissions/></security><update check="background"/><resources><extension name="jogl" href="/jogl.jnlp" version="1.1.1a"><ext-download ext-part="jogl" download="lazy"/></extension></resources><resources os="Windows" arch="x86"><jar href="/javafx-rt-windows-i586__V1.2.0_b233.jar" part="javafx-rt" download="eager"/><nativelib href="/javafx-rt-natives-windows-i586__V1.2.0_b233.jar" part="javafx-rt" download="eager"/></resources><resources os="Mac OS X"><jar href="/javafx-rt-macosx-universal__V1.2.0_b233.jar" part="javafx-rt" download="eager"/><nativelib href="/javafx-rt-natives-macosx-universal__V1.2.0_b233.jar" part="javafx-rt" download="eager"/></resources><resources os="Linux" arch="i386"><jar href="/javafx-rt-linux-i586__V1.2.0_b233.jar" part="javafx-rt" download="eager"/><nativelib href="/javafx-rt-natives-linux-i586__V1.2.0_b233.jar" part="javafx-rt" download="eager"/></resources><resources os="Linux" arch="x86"><jar href="/javafx-rt-linux-i586__V1.2.0_b233.jar" part="javafx-rt" download="eager"/><nativelib href="/javafx-rt-natives-linux-i586__V1.2.0_b233.jar" part="javafx-rt" download="eager"/></resources><resources os="SunOS" arch="x86"><jar href="/javafx-rt-solaris-i586__V1.2.0_b233.jar" part="javafx-rt" download="eager"/><nativelib href="/javafx-rt-natives-solaris-i586__V1.2.0_b233.jar" part="javafx-rt" download="eager"/></resources><component-desc/></jnlp>
      temp:

      returning ROOT as follows:

      <jnlp spec="1.0+" version="1.2.0_b233" codebase="http://dl.javafx.com/1.2/" href="javafx-rt.jnlp">
        <information>
          <title>JavaFX Runtime</title>
          <vendor>Sun Microsystems, Inc.</vendor>
          <offline-allowed/>
        </information>
        <security>
          <all-permissions/>
        </security>
        <update check="background"/>
        <resources>
          <extension name="jogl" href="/jogl.jnlp" version="1.1.1a">
            <ext-download ext-part="jogl" download="lazy"/>
          </extension>
        </resources>
        <resources os="Windows" arch="x86">
          <jar href="/javafx-rt-windows-i586__V1.2.0_b233.jar" part="javafx-rt" download="eager"/>
          <nativelib href="/javafx-rt-natives-windows-i586__V1.2.0_b233.jar" part="javafx-rt" download="eager"/>
        </resources>
        <resources os="Mac OS X">
          <jar href="/javafx-rt-macosx-universal__V1.2.0_b233.jar" part="javafx-rt" download="eager"/>
          <nativelib href="/javafx-rt-natives-macosx-universal__V1.2.0_b233.jar" part="javafx-rt" download="eager"/>
        </resources>
        <resources os="Linux" arch="i386">
          <jar href="/javafx-rt-linux-i586__V1.2.0_b233.jar" part="javafx-rt" download="eager"/>
          <nativelib href="/javafx-rt-natives-linux-i586__V1.2.0_b233.jar" part="javafx-rt" download="eager"/>
        </resources>
        <resources os="Linux" arch="x86">
          <jar href="/javafx-rt-linux-i586__V1.2.0_b233.jar" part="javafx-rt" download="eager"/>
          <nativelib href="/javafx-rt-natives-linux-i586__V1.2.0_b233.jar" part="javafx-rt" download="eager"/>
        </resources>
        <resources os="SunOS" arch="x86">
          <jar href="/javafx-rt-solaris-i586__V1.2.0_b233.jar" part="javafx-rt" download="eager"/>
          <nativelib href="/javafx-rt-natives-solaris-i586__V1.2.0_b233.jar" part="javafx-rt" download="eager"/>
        </resources>
        <component-desc/>
      </jnlp>
      temp: returning LaunchDesc from XMLFormat.parse():

      <jnlp spec="1.0+" codebase="http://dl.javafx.com/1.2/" version="1.2.0_b233" href="http://dl.javafx.com/1.2/javafx-rt.jnlp">
        <information>
          <title>JavaFX Runtime</title>
          <vendor>Sun Microsystems, Inc.</vendor>
          <homepage href="null"/>
          <offline-allowed/>
        </information>
        <security>
          <all-permissions/>
        </security>
        <update check="background" policy="always"/>
        <resources>
          <extension href="http://dl.javafx.com/jogl.jnlp" version="1.1.1a" name="jogl">
            <ext-download ext-part="jogl" download="lazy"/>
          </extension>
          <jar href="http://dl.javafx.com/javafx-rt-windows-i586__V1.2.0_b233.jar" part="javafx-rt" download="eager" main="false"/>
          <nativelib href="http://dl.javafx.com/javafx-rt-natives-windows-i586__V1.2.0_b233.jar" part="javafx-rt" download="eager" main="false"/>
        </resources>
        <component-desc/>
      </jnlp>
      temp: new XMLParser with source:
      temp: <?xml version="1.0" encoding="utf-8"?><jnlp version="1.1.1a" codebase="http://dl.javafx.com/" href="jogl__V1.1.1a.jnlp"><information><title>Java Binding to the OpenGL API</title><vendor>Sun Microsystems, Inc.</vendor><homepage href="http://jogl.dev.java.net/"/><description>Java Binding to the OpenGL API - JSR-231 Current Build</description><description kind="short">Java programming language binding to the OpenGL 3D graphics API. (Current build of
                  JSR-231 APIs)
              </description><offline-allowed/></information><security><all-permissions/></security><resources><jar href="jogl__V1.1.1a.jar" part="jogl" download="lazy"/><extension name="gluegen-rt" version="1.0b06a" href="gluegen-rt.jnlp"/></resources><resources os="Windows" arch="x86"><nativelib href="jogl-natives-windows-i586__V1.1.1a.jar" part="jogl" download="eager"/></resources><resources os="Windows" arch="amd64"><nativelib href="jogl-natives-windows-amd64__V1.1.1a.jar" part="jogl" download="eager"/></resources><resources os="Windows" arch="x86_64"><nativelib href="jogl-natives-windows-amd64__V1.1.1a.jar" part="jogl" download="eager"/></resources><resources os="SunOS" arch="sparc"><nativelib href="jogl-natives-solaris-sparc__V1.1.1a.jar" part="jogl" download="eager"/></resources><resources os="SunOS" arch="sparcv9"><nativelib href="jogl-natives-solaris-sparcv9__V1.1.1a.jar" part="jogl" download="eager"/></resources><resources os="SunOS" arch="x86"><nativelib href="jogl-natives-solaris-i586__V1.1.1a.jar" part="jogl" download="eager"/></resources><resources os="SunOS" arch="amd64"><nativelib href="jogl-natives-solaris-amd64__V1.1.1a.jar" part="jogl" download="eager"/></resources><resources os="SunOS" arch="x86_64"><nativelib href="jogl-natives-solaris-amd64__V1.1.1a.jar" part="jogl" download="eager"/></resources><resources os="Linux" arch="i386"><nativelib href="jogl-natives-linux-i586__V1.1.1a.jar" part="jogl" download="eager"/></resources><resources os="Linux" arch="x86"><nativelib href="jogl-natives-linux-i586__V1.1.1a.jar" part="jogl" download="eager"/></resources><resources os="Linux" arch="amd64"><nativelib href="jogl-natives-linux-amd64__V1.1.1a.jar" part="jogl" download="eager"/></resources><resources os="Linux" arch="x86_64"><nativelib href="jogl-natives-linux-amd64__V1.1.1a.jar" part="jogl" download="eager"/></resources><resources os="Mac OS X" arch="ppc"><nativelib href="jogl-natives-macosx-ppc__V1.1.1a.jar" part="jogl" download="eager"/></resources><resources os="Mac OS X" arch="i386"><nativelib href="jogl-natives-macosx-universal__V1.1.1a.jar" part="jogl" download="eager"/></resources><resources os="Mac OS X" arch="x86_64"><nativelib href="jogl-natives-macosx-universal__V1.1.1a.jar" part="jogl" download="eager"/></resources><component-desc/></jnlp>
      temp:

      returning ROOT as follows:

      <jnlp version="1.1.1a" codebase="http://dl.javafx.com/" href="jogl__V1.1.1a.jnlp">
        <information>
          <title>Java Binding to the OpenGL API</title>
          <vendor>Sun Microsystems, Inc.</vendor>
          <homepage href="http://jogl.dev.java.net/"/>
          <description>Java Binding to the OpenGL API - JSR-231 Current Build</description>
          <description kind="short">Java programming language binding to the OpenGL 3D graphics API. (Current build of
                  JSR-231 APIs)
              </description>
          <offline-allowed/>
        </information>
        <security>
          <all-permissions/>
        </security>
        <resources>
          <jar href="jogl__V1.1.1a.jar" part="jogl" download="lazy"/>
          <extension name="gluegen-rt" version="1.0b06a" href="gluegen-rt.jnlp"/>
        </resources>
        <resources os="Windows" arch="x86">
          <nativelib href="jogl-natives-windows-i586__V1.1.1a.jar" part="jogl" download="eager"/>
        </resources>
        <resources os="Windows" arch="amd64">
          <nativelib href="jogl-natives-windows-amd64__V1.1.1a.jar" part="jogl" download="eager"/>
        </resources>
        <resources os="Windows" arch="x86_64">
          <nativelib href="jogl-natives-windows-amd64__V1.1.1a.jar" part="jogl" download="eager"/>
        </resources>
        <resources os="SunOS" arch="sparc">
          <nativelib href="jogl-natives-solaris-sparc__V1.1.1a.jar" part="jogl" download="eager"/>
        </resources>
        <resources os="SunOS" arch="sparcv9">
          <nativelib href="jogl-natives-solaris-sparcv9__V1.1.1a.jar" part="jogl" download="eager"/>
        </resources>
        <resources os="SunOS" arch="x86">
          <nativelib href="jogl-natives-solaris-i586__V1.1.1a.jar" part="jogl" download="eager"/>
        </resources>
        <resources os="SunOS" arch="amd64">
          <nativelib href="jogl-natives-solaris-amd64__V1.1.1a.jar" part="jogl" download="eager"/>
        </resources>
        <resources os="SunOS" arch="x86_64">
          <nativelib href="jogl-natives-solaris-amd64__V1.1.1a.jar" part="jogl" download="eager"/>
        </resources>
        <resources os="Linux" arch="i386">
          <nativelib href="jogl-natives-linux-i586__V1.1.1a.jar" part="jogl" download="eager"/>
        </resources>
        <resources os="Linux" arch="x86">
          <nativelib href="jogl-natives-linux-i586__V1.1.1a.jar" part="jogl" download="eager"/>
        </resources>
        <resources os="Linux" arch="amd64">
          <nativelib href="jogl-natives-linux-amd64__V1.1.1a.jar" part="jogl" download="eager"/>
        </resources>
        <resources os="Linux" arch="x86_64">
          <nativelib href="jogl-natives-linux-amd64__V1.1.1a.jar" part="jogl" download="eager"/>
        </resources>
        <resources os="Mac OS X" arch="ppc">
          <nativelib href="jogl-natives-macosx-ppc__V1.1.1a.jar" part="jogl" download="eager"/>
        </resources>
        <resources os="Mac OS X" arch="i386">
          <nativelib href="jogl-natives-macosx-universal__V1.1.1a.jar" part="jogl" download="eager"/>
        </resources>
        <resources os="Mac OS X" arch="x86_64">
          <nativelib href="jogl-natives-macosx-universal__V1.1.1a.jar" part="jogl" download="eager"/>
        </resources>
        <component-desc/>
      </jnlp>
      temp: returning LaunchDesc from XMLFormat.parse():

      <jnlp spec="1.0+" codebase="http://dl.javafx.com/" version="1.1.1a" href="http://dl.javafx.com/jogl__V1.1.1a.jnlp">
        <information>
          <title>Java Binding to the OpenGL API</title>
          <vendor>Sun Microsystems, Inc.</vendor>
          <homepage href="http://jogl.dev.java.net/"/>
          <description>Java Binding to the OpenGL API - JSR-231 Current Build</description>
          <description kind="short">Java programming language binding to the OpenGL 3D graphics API. (Current build of
                  JSR-231 APIs)
              </description>
          <offline-allowed/>
        </information>
        <security>
          <all-permissions/>
        </security>
        <update check="timeout" policy="always"/>
        <resources>
          <jar href="http://dl.javafx.com/jogl__V1.1.1a.jar" part="jogl" download="lazy" main="false"/>
          <extension href="http://dl.javafx.com/gluegen-rt.jnlp" version="1.0b06a" name="gluegen-rt"/>
          <nativelib href="http://dl.javafx.com/jogl-natives-windows-i586__V1.1.1a.jar" part="jogl" download="eager" main="false"/>
        </resources>
        <component-desc/>
      </jnlp>
      temp: new XMLParser with source:
      temp: <?xml version="1.0" encoding="utf-8"?><jnlp version="1.0b06a" codebase="http://dl.javafx.com/" href="gluegen-rt__V1.0b06a.jnlp"><information><title>GlueGen Runtime</title><vendor>Sun Microsystems, Inc.</vendor><homepage href="http://gluegen.dev.java.net/"/><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><resources><jar href="gluegen-rt__V1.0b06a.jar" part="gluegen-rt" download="lazy"/></resources><resources os="Windows" arch="x86"><nativelib href="gluegen-rt-natives-windows-i586__V1.0b06a.jar" part="gluegen-rt" download="eager"/></resources><resources os="Windows" arch="amd64"><nativelib href="gluegen-rt-natives-windows-amd64__V1.0b06a.jar" part="gluegen-rt" download="eager"/></resources><resources os="Windows" arch="x86_64"><nativelib href="gluegen-rt-natives-windows-amd64__V1.0b06a.jar" part="gluegen-rt" download="eager"/></resources><resources os="SunOS" arch="sparc"><nativelib href="gluegen-rt-natives-solaris-sparc__V1.0b06a.jar" part="gluegen-rt" download="eager"/></resources><resources os="SunOS" arch="sparcv9"><nativelib href="gluegen-rt-natives-solaris-sparcv9__V1.0b06a.jar" part="gluegen-rt" download="eager"/></resources><resources os="SunOS" arch="x86"><nativelib href="gluegen-rt-natives-solaris-i586__V1.0b06a.jar" part="gluegen-rt" download="eager"/></resources><resources os="SunOS" arch="amd64"><nativelib href="gluegen-rt-natives-solaris-amd64__V1.0b06a.jar" part="gluegen-rt" download="eager"/></resources><resources os="SunOS" arch="x86_64"><nativelib href="gluegen-rt-natives-solaris-amd64__V1.0b06a.jar" part="gluegen-rt" download="eager"/></resources><resources os="Linux" arch="i386"><nativelib href="gluegen-rt-natives-linux-i586__V1.0b06a.jar" part="gluegen-rt" download="eager"/></resources><resources os="Linux" arch="x86"><nativelib href="gluegen-rt-natives-linux-i586__V1.0b06a.jar" part="gluegen-rt" download="eager"/></resources><resources os="Linux" arch="amd64"><nativelib href="gluegen-rt-natives-linux-amd64__V1.0b06a.jar" part="gluegen-rt" download="eager"/></resources><resources os="Linux" arch="x86_64"><nativelib href="gluegen-rt-natives-linux-amd64__V1.0b06a.jar" part="gluegen-rt" download="eager"/></resources><resources os="Mac OS X" arch="ppc"><nativelib href="gluegen-rt-natives-macosx-ppc__V1.0b06a.jar" part="gluegen-rt" download="eager"/></resources><resources os="Mac OS X" arch="i386"><nativelib href="gluegen-rt-natives-macosx-universal__V1.0b06a.jar" part="gluegen-rt" download="eager"/></resources><resources os="Mac OS X" arch="x86_64"><nativelib href="gluegen-rt-natives-macosx-universal__V1.0b06a.jar" part="gluegen-rt" download="eager"/></resources><component-desc/></jnlp>
      temp:

      returning ROOT as follows:

      <jnlp version="1.0b06a" codebase="http://dl.javafx.com/" href="gluegen-rt__V1.0b06a.jnlp">
        <information>
          <title>GlueGen Runtime</title>
          <vendor>Sun Microsystems, Inc.</vendor>
          <homepage href="http://gluegen.dev.java.net/"/>
          <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>
        <resources>
          <jar href="gluegen-rt__V1.0b06a.jar" part="gluegen-rt" download="lazy"/>
        </resources>
        <resources os="Windows" arch="x86">
          <nativelib href="gluegen-rt-natives-windows-i586__V1.0b06a.jar" part="gluegen-rt" download="eager"/>
        </resources>
        <resources os="Windows" arch="amd64">
          <nativelib href="gluegen-rt-natives-windows-amd64__V1.0b06a.jar" part="gluegen-rt" download="eager"/>
        </resources>
        <resources os="Windows" arch="x86_64">
          <nativelib href="gluegen-rt-natives-windows-amd64__V1.0b06a.jar" part="gluegen-rt" download="eager"/>
        </resources>
        <resources os="SunOS" arch="sparc">
          <nativelib href="gluegen-rt-natives-solaris-sparc__V1.0b06a.jar" part="gluegen-rt" download="eager"/>
        </resources>
        <resources os="SunOS" arch="sparcv9">
          <nativelib href="gluegen-rt-natives-solaris-sparcv9__V1.0b06a.jar" part="gluegen-rt" download="eager"/>
        </resources>
        <resources os="SunOS" arch="x86">
          <nativelib href="gluegen-rt-natives-solaris-i586__V1.0b06a.jar" part="gluegen-rt" download="eager"/>
        </resources>
        <resources os="SunOS" arch="amd64">
          <nativelib href="gluegen-rt-natives-solaris-amd64__V1.0b06a.jar" part="gluegen-rt" download="eager"/>
        </resources>
        <resources os="SunOS" arch="x86_64">
          <nativelib href="gluegen-rt-natives-solaris-amd64__V1.0b06a.jar" part="gluegen-rt" download="eager"/>
        </resources>
        <resources os="Linux" arch="i386">
          <nativelib href="gluegen-rt-natives-linux-i586__V1.0b06a.jar" part="gluegen-rt" download="eager"/>
        </resources>
        <resources os="Linux" arch="x86">
          <nativelib href="gluegen-rt-natives-linux-i586__V1.0b06a.jar" part="gluegen-rt" download="eager"/>
        </resources>
        <resources os="Linux" arch="amd64">
          <nativelib href="gluegen-rt-natives-linux-amd64__V1.0b06a.jar" part="gluegen-rt" download="eager"/>
        </resources>
        <resources os="Linux" arch="x86_64">
          <nativelib href="gluegen-rt-natives-linux-amd64__V1.0b06a.jar" part="gluegen-rt" download="eager"/>
        </resources>
        <resources os="Mac OS X" arch="ppc">
          <nativelib href="gluegen-rt-natives-macosx-ppc__V1.0b06a.jar" part="gluegen-rt" download="eager"/>
        </resources>
        <resources os="Mac OS X" arch="i386">
          <nativelib href="gluegen-rt-natives-macosx-universal__V1.0b06a.jar" part="gluegen-rt" download="eager"/>
        </resources>
        <resources os="Mac OS X" arch="x86_64">
          <nativelib href="gluegen-rt-natives-macosx-universal__V1.0b06a.jar" part="gluegen-rt" download="eager"/>
        </resources>
        <component-desc/>
      </jnlp>
      temp: returning LaunchDesc from XMLFormat.parse():

      <jnlp spec="1.0+" codebase="http://dl.javafx.com/" version="1.0b06a" href="http://dl.javafx.com/gluegen-rt__V1.0b06a.jnlp">
        <information>
          <title>GlueGen Runtime</title>
          <vendor>Sun Microsystems, Inc.</vendor>
          <homepage href="http://gluegen.dev.java.net/"/>
          <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="timeout" policy="always"/>
        <resources>
          <jar href="http://dl.javafx.com/gluegen-rt__V1.0b06a.jar" part="gluegen-rt" download="lazy" main="false"/>
          <nativelib href="http://dl.javafx.com/gluegen-rt-natives-windows-i586__V1.0b06a.jar" part="gluegen-rt" download="eager" main="false"/>
        </resources>
        <component-desc/>
      </jnlp>
      network: Downloaded extension: http://dl.javafx.com/1.2/javafx-rt.jnlp
      codebase: http://dl.javafx.com/1.2/
      ld parentCodebase: http://www.javafx.com/launch/
      file: C:\Users\luis\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\24\2a20e358-49d51c4b
      temp: new XMLParser with source:
      temp: <?xml version="1.0" encoding="UTF-8"?><jnlp spec="1.0+" version="1.2.0_b233" codebase="http://dl.javafx.com/1.2/" href="javafx-rt.jnlp"><information><title>JavaFX Runtime</title><vendor>Sun Microsystems, Inc.</vendor><offline-allowed/></information><security><all-permissions/></security><update check="background"/><resources><extension name="jogl" href="/jogl.jnlp" version="1.1.1a"><ext-download ext-part="jogl" download="lazy"/></extension></resources><resources os="Windows" arch="x86"><jar href="/javafx-rt-windows-i586__V1.2.0_b233.jar" part="javafx-rt" download="eager"/><nativelib href="/javafx-rt-natives-windows-i586__V1.2.0_b233.jar" part="javafx-rt" download="eager"/></resources><resources os="Mac OS X"><jar href="/javafx-rt-macosx-universal__V1.2.0_b233.jar" part="javafx-rt" download="eager"/><nativelib href="/javafx-rt-natives-macosx-universal__V1.2.0_b233.jar" part="javafx-rt" download="eager"/></resources><resources os="Linux" arch="i386"><jar href="/javafx-rt-linux-i586__V1.2.0_b233.jar" part="javafx-rt" download="eager"/><nativelib href="/javafx-rt-natives-linux-i586__V1.2.0_b233.jar" part="javafx-rt" download="eager"/></resources><resources os="Linux" arch="x86"><jar href="/javafx-rt-linux-i586__V1.2.0_b233.jar" part="javafx-rt" download="eager"/><nativelib href="/javafx-rt-natives-linux-i586__V1.2.0_b233.jar" part="javafx-rt" download="eager"/></resources><resources os="SunOS" arch="x86"><jar href="/javafx-rt-solaris-i586__V1.2.0_b233.jar" part="javafx-rt" download="eager"/><nativelib href="/javafx-rt-natives-solaris-i586__V1.2.0_b233.jar" part="javafx-rt" download="eager"/></resources><component-desc/></jnlp>
      temp:

      returning ROOT as follows:

      <jnlp spec="1.0+" version="1.2.0_b233" codebase="http://dl.javafx.com/1.2/" href="javafx-rt.jnlp">
        <information>
          <title>JavaFX Runtime</title>
          <vendor>Sun Microsystems, Inc.</vendor>
          <offline-allowed/>
        </information>
        <security>
          <all-permissions/>
        </security>
        <update check="background"/>
        <resources>
          <extension name="jogl" href="/jogl.jnlp" version="1.1.1a">
            <ext-download ext-part="jogl" download="lazy"/>
          </extension>
        </resources>
        <resources os="Windows" arch="x86">
          <jar href="/javafx-rt-windows-i586__V1.2.0_b233.jar" part="javafx-rt" download="eager"/>
          <nativelib href="/javafx-rt-natives-windows-i586__V1.2.0_b233.jar" part="javafx-rt" download="eager"/>
        </resources>
        <resources os="Mac OS X">
          <jar href="/javafx-rt-macosx-universal__V1.2.0_b233.jar" part="javafx-rt" download="eager"/>
          <nativelib href="/javafx-rt-natives-macosx-universal__V1.2.0_b233.jar" part="javafx-rt" download="eager"/>
        </resources>
        <resources os="Linux" arch="i386">
          <jar href="/javafx-rt-linux-i586__V1.2.0_b233.jar" part="javafx-rt" download="eager"/>
          <nativelib href="/javafx-rt-natives-linux-i586__V1.2.0_b233.jar" part="javafx-rt" download="eager"/>
        </resources>
        <resources os="Linux" arch="x86">
          <jar href="/javafx-rt-linux-i586__V1.2.0_b233.jar" part="javafx-rt" download="eager"/>
          <nativelib href="/javafx-rt-natives-linux-i586__V1.2.0_b233.jar" part="javafx-rt" download="eager"/>
        </resources>
        <resources os="SunOS" arch="x86">
          <jar href="/javafx-rt-solaris-i586__V1.2.0_b233.jar" part="javafx-rt" download="eager"/>
          <nativelib href="/javafx-rt-natives-solaris-i586__V1.2.0_b233.jar" part="javafx-rt" download="eager"/>
        </resources>
        <component-desc/>
      </jnlp>
      temp: returning LaunchDesc from XMLFormat.parse():

      <jnlp spec="1.0+" codebase="http://dl.javafx.com/1.2/" version="1.2.0_b233" href="http://dl.javafx.com/1.2/javafx-rt.jnlp">
        <information>
          <title>JavaFX Runtime</title>
          <vendor>Sun Microsystems, Inc.</vendor>
          <homepage href="null"/>
          <offline-allowed/>
        </information>
        <security>
          <all-permissions/>
        </security>
        <update check="background" policy="always"/>
        <resources>
          <extension href="http://dl.javafx.com/jogl.jnlp" version="1.1.1a" name="jogl">
            <ext-download ext-part="jogl" download="lazy"/>
          </extension>
          <jar href="http://dl.javafx.com/javafx-rt-windows-i586__V1.2.0_b233.jar" part="javafx-rt" download="eager" main="false"/>
          <nativelib href="http://dl.javafx.com/javafx-rt-natives-windows-i586__V1.2.0_b233.jar" part="javafx-rt" download="eager" main="false"/>
        </resources>
        <component-desc/>
      </jnlp>
      network: Downloaded extension: http://dl.javafx.com/jogl.jnlp
      codebase: http://dl.javafx.com/
      ld parentCodebase: http://dl.javafx.com/1.2/
      file: C:\Users\luis\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\26\2d280e1a-2642e5d8-1.1.1a-
      temp: new XMLParser with source:
      temp: <?xml version="1.0" encoding="utf-8"?><jnlp version="1.1.1a" codebase="http://dl.javafx.com/" href="jogl__V1.1.1a.jnlp"><information><title>Java Binding to the OpenGL API</title><vendor>Sun Microsystems, Inc.</vendor><homepage href="http://jogl.dev.java.net/"/><description>Java Binding to the OpenGL API - JSR-231 Current Build</description><description kind="short">Java programming language binding to the OpenGL 3D graphics API. (Current build of
                  JSR-231 APIs)
              </description><offline-allowed/></information><security><all-permissions/></security><resources><jar href="jogl__V1.1.1a.jar" part="jogl" download="lazy"/><extension name="gluegen-rt" version="1.0b06a" href="gluegen-rt.jnlp"/></resources><resources os="Windows" arch="x86"><nativelib href="jogl-natives-windows-i586__V1.1.1a.jar" part="jogl" download="eager"/></resources><resources os="Windows" arch="amd64"><nativelib href="jogl-natives-windows-amd64__V1.1.1a.jar" part="jogl" download="eager"/></resources><resources os="Windows" arch="x86_64"><nativelib href="jogl-natives-windows-amd64__V1.1.1a.jar" part="jogl" download="eager"/></resources><resources os="SunOS" arch="sparc"><nativelib href="jogl-natives-solaris-sparc__V1.1.1a.jar" part="jogl" download="eager"/></resources><resources os="SunOS" arch="sparcv9"><nativelib href="jogl-natives-solaris-sparcv9__V1.1.1a.jar" part="jogl" download="eager"/></resources><resources os="SunOS" arch="x86"><nativelib href="jogl-natives-solaris-i586__V1.1.1a.jar" part="jogl" download="eager"/></resources><resources os="SunOS" arch="amd64"><nativelib href="jogl-natives-solaris-amd64__V1.1.1a.jar" part="jogl" download="eager"/></resources><resources os="SunOS" arch="x86_64"><nativelib href="jogl-natives-solaris-amd64__V1.1.1a.jar" part="jogl" download="eager"/></resources><resources os="Linux" arch="i386"><nativelib href="jogl-natives-linux-i586__V1.1.1a.jar" part="jogl" download="eager"/></resources><resources os="Linux" arch="x86"><nativelib href="jogl-natives-linux-i586__V1.1.1a.jar" part="jogl" download="eager"/></resources><resources os="Linux" arch="amd64"><nativelib href="jogl-natives-linux-amd64__V1.1.1a.jar" part="jogl" download="eager"/></resources><resources os="Linux" arch="x86_64"><nativelib href="jogl-natives-linux-amd64__V1.1.1a.jar" part="jogl" download="eager"/></resources><resources os="Mac OS X" arch="ppc"><nativelib href="jogl-natives-macosx-ppc__V1.1.1a.jar" part="jogl" download="eager"/></resources><resources os="Mac OS X" arch="i386"><nativelib href="jogl-natives-macosx-universal__V1.1.1a.jar" part="jogl" download="eager"/></resources><resources os="Mac OS X" arch="x86_64"><nativelib href="jogl-natives-macosx-universal__V1.1.1a.jar" part="jogl" download="eager"/></resources><component-desc/></jnlp>
      temp:

      returning ROOT as follows:

      <jnlp version="1.1.1a" codebase="http://dl.javafx.com/" href="jogl__V1.1.1a.jnlp">
        <information>
          <title>Java Binding to the OpenGL API</title>
          <vendor>Sun Microsystems, Inc.</vendor>
          <homepage href="http://jogl.dev.java.net/"/>
          <description>Java Binding to the OpenGL API - JSR-231 Current Build</description>
          <description kind="short">Java programming language binding to the OpenGL 3D graphics API. (Current build of
                  JSR-231 APIs)
              </description>
          <offline-allowed/>
        </information>
        <security>
          <all-permissions/>
        </security>
        <resources>
          <jar href="jogl__V1.1.1a.jar" part="jogl" download="lazy"/>
          <extension name="gluegen-rt" version="1.0b06a" href="gluegen-rt.jnlp"/>
        </resources>
        <resources os="Windows" arch="x86">
          <nativelib href="jogl-natives-windows-i586__V1.1.1a.jar" part="jogl" download="eager"/>
        </resources>
        <resources os="Windows" arch="amd64">
          <nativelib href="jogl-natives-windows-amd64__V1.1.1a.jar" part="jogl" download="eager"/>
        </resources>
        <resources os="Windows" arch="x86_64">
          <nativelib href="jogl-natives-windows-amd64__V1.1.1a.jar" part="jogl" download="eager"/>
        </resources>
        <resources os="SunOS" arch="sparc">
          <nativelib href="jogl-natives-solaris-sparc__V1.1.1a.jar" part="jogl" download="eager"/>
        </resources>
        <resources os="SunOS" arch="sparcv9">
          <nativelib href="jogl-natives-solaris-sparcv9__V1.1.1a.jar" part="jogl" download="eager"/>
        </resources>
        <resources os="SunOS" arch="x86">
          <nativelib href="jogl-natives-solaris-i586__V1.1.1a.jar" part="jogl" download="eager"/>
        </resources>
        <resources os="SunOS" arch="amd64">
          <nativelib href="jogl-natives-solaris-amd64__V1.1.1a.jar" part="jogl" download="eager"/>
        </resources>
        <resources os="SunOS" arch="x86_64">
          <nativelib href="jogl-natives-solaris-amd64__V1.1.1a.jar" part="jogl" download="eager"/>
        </resources>
        <resources os="Linux" arch="i386">
          <nativelib href="jogl-natives-linux-i586__V1.1.1a.jar" part="jogl" download="eager"/>
        </resources>
        <resources os="Linux" arch="x86">
          <nativelib href="jogl-natives-linux-i586__V1.1.1a.jar" part="jogl" download="eager"/>
        </resources>
        <resources os="Linux" arch="amd64">
          <nativelib href="jogl-natives-linux-amd64__V1.1.1a.jar" part="jogl" download="eager"/>
        </resources>
        <resources os="Linux" arch="x86_64">
          <nativelib href="jogl-natives-linux-amd64__V1.1.1a.jar" part="jogl" download="eager"/>
        </resources>
        <resources os="Mac OS X" arch="ppc">
          <nativelib href="jogl-natives-macosx-ppc__V1.1.1a.jar" part="jogl" download="eager"/>
        </resources>
        <resources os="Mac OS X" arch="i386">
          <nativelib href="jogl-natives-macosx-universal__V1.1.1a.jar" part="jogl" download="eager"/>
        </resources>
        <resources os="Mac OS X" arch="x86_64">
          <nativelib href="jogl-natives-macosx-universal__V1.1.1a.jar" part="jogl" download="eager"/>
        </resources>
        <component-desc/>
      </jnlp>
      temp: returning LaunchDesc from XMLFormat.parse():

      <jnlp spec="1.0+" codebase="http://dl.javafx.com/" version="1.1.1a" href="http://dl.javafx.com/jogl__V1.1.1a.jnlp">
        <information>
          <title>Java Binding to the OpenGL API</title>
          <vendor>Sun Microsystems, Inc.</vendor>
          <homepage href="http://jogl.dev.java.net/"/>
          <description>Java Binding to the OpenGL API - JSR-231 Current Build</description>
          <description kind="short">Java programming language binding to the OpenGL 3D graphics API. (Current build of
                  JSR-231 APIs)
              </description>
          <offline-allowed/>
        </information>
        <security>
          <all-permissions/>
        </security>
        <update check="timeout" policy="always"/>
        <resources>
          <jar href="http://dl.javafx.com/jogl__V1.1.1a.jar" part="jogl" download="lazy" main="false"/>
          <extension href="http://dl.javafx.com/gluegen-rt.jnlp" version="1.0b06a" name="gluegen-rt"/>
          <nativelib href="http://dl.javafx.com/jogl-natives-windows-i586__V1.1.1a.jar" part="jogl" download="eager" main="false"/>
        </resources>
        <component-desc/>
      </jnlp>
      network: Downloaded extension: http://dl.javafx.com/gluegen-rt.jnlp
      codebase: http://dl.javafx.com/
      ld parentCodebase: http://dl.javafx.com/
      file: C:\Users\luis\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\48\26760070-222cd60f-1.0b06a-
      temp: new XMLParser with source:
      temp: <?xml version="1.0" encoding="utf-8"?><jnlp version="1.0b06a" codebase="http://dl.javafx.com/" href="gluegen-rt__V1.0b06a.jnlp"><information><title>GlueGen Runtime</title><vendor>Sun Microsystems, Inc.</vendor><homepage href="http://gluegen.dev.java.net/"/><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><resources><jar href="gluegen-rt__V1.0b06a.jar" part="gluegen-rt" download="lazy"/></resources><resources os="Windows" arch="x86"><nativelib href="gluegen-rt-natives-windows-i586__V1.0b06a.jar" part="gluegen-rt" download="eager"/></resources><resources os="Windows" arch="amd64"><nativelib href="gluegen-rt-natives-windows-amd64__V1.0b06a.jar" part="gluegen-rt" download="eager"/></resources><resources os="Windows" arch="x86_64"><nativelib href="gluegen-rt-natives-windows-amd64__V1.0b06a.jar" part="gluegen-rt" download="eager"/></resources><resources os="SunOS" arch="sparc"><nativelib href="gluegen-rt-natives-solaris-sparc__V1.0b06a.jar" part="gluegen-rt" download="eager"/></resources><resources os="SunOS" arch="sparcv9"><nativelib href="gluegen-rt-natives-solaris-sparcv9__V1.0b06a.jar" part="gluegen-rt" download="eager"/></resources><resources os="SunOS" arch="x86"><nativelib href="gluegen-rt-natives-solaris-i586__V1.0b06a.jar" part="gluegen-rt" download="eager"/></resources><resources os="SunOS" arch="amd64"><nativelib href="gluegen-rt-natives-solaris-amd64__V1.0b06a.jar" part="gluegen-rt" download="eager"/></resources><resources os="SunOS" arch="x86_64"><nativelib href="gluegen-rt-natives-solaris-amd64__V1.0b06a.jar" part="gluegen-rt" download="eager"/></resources><resources os="Linux" arch="i386"><nativelib href="gluegen-rt-natives-linux-i586__V1.0b06a.jar" part="gluegen-rt" download="eager"/></resources><resources os="Linux" arch="x86"><nativelib href="gluegen-rt-natives-linux-i586__V1.0b06a.jar" part="gluegen-rt" download="eager"/></resources><resources os="Linux" arch="amd64"><nativelib href="gluegen-rt-natives-linux-amd64__V1.0b06a.jar" part="gluegen-rt" download="eager"/></resources><resources os="Linux" arch="x86_64"><nativelib href="gluegen-rt-natives-linux-amd64__V1.0b06a.jar" part="gluegen-rt" download="eager"/></resources><resources os="Mac OS X" arch="ppc"><nativelib href="gluegen-rt-natives-macosx-ppc__V1.0b06a.jar" part="gluegen-rt" download="eager"/></resources><resources os="Mac OS X" arch="i386"><nativelib href="gluegen-rt-natives-macosx-universal__V1.0b06a.jar" part="gluegen-rt" download="eager"/></resources><resources os="Mac OS X" arch="x86_64"><nativelib href="gluegen-rt-natives-macosx-universal__V1.0b06a.jar" part="gluegen-rt" download="eager"/></resources><component-desc/></jnlp>
      temp:

      returning ROOT as follows:

      <jnlp version="1.0b06a" codebase="http://dl.javafx.com/" href="gluegen-rt__V1.0b06a.jnlp">
        <information>
          <title>GlueGen Runtime</title>
          <vendor>Sun Microsystems, Inc.</vendor>
          <homepage href="http://gluegen.dev.java.net/"/>
          <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>
        <resources>
          <jar href="gluegen-rt__V1.0b06a.jar" part="gluegen-rt" download="lazy"/>
        </resources>
        <resources os="Windows" arch="x86">
          <nativelib href="gluegen-rt-natives-windows-i586__V1.0b06a.jar" part="gluegen-rt" download="eager"/>
        </resources>
        <resources os="Windows" arch="amd64">
          <nativelib href="gluegen-rt-natives-windows-amd64__V1.0b06a.jar" part="gluegen-rt" download="eager"/>
        </resources>
        <resources os="Windows" arch="x86_64">
          <nativelib href="gluegen-rt-natives-windows-amd64__V1.0b06a.jar" part="gluegen-rt" download="eager"/>
        </resources>
        <resources os="SunOS" arch="sparc">
          <nativelib href="gluegen-rt-natives-solaris-sparc__V1.0b06a.jar" part="gluegen-rt" download="eager"/>
        </resources>
        <resources os="SunOS" arch="sparcv9">
          <nativelib href="gluegen-rt-natives-solaris-sparcv9__V1.0b06a.jar" part="gluegen-rt" download="eager"/>
        </resources>
        <resources os="SunOS" arch="x86">
          <nativelib href="gluegen-rt-natives-solaris-i586__V1.0b06a.jar" part="gluegen-rt" download="eager"/>
        </resources>
        <resources os="SunOS" arch="amd64">
          <nativelib href="gluegen-rt-natives-solaris-amd64__V1.0b06a.jar" part="gluegen-rt" download="eager"/>
        </resources>
        <resources os="SunOS" arch="x86_64">
          <nativelib href="gluegen-rt-natives-solaris-amd64__V1.0b06a.jar" part="gluegen-rt" download="eager"/>
        </resources>
        <resources os="Linux" arch="i386">
          <nativelib href="gluegen-rt-natives-linux-i586__V1.0b06a.jar" part="gluegen-rt" download="eager"/>
        </resources>
        <resources os="Linux" arch="x86">
          <nativelib href="gluegen-rt-natives-linux-i586__V1.0b06a.jar" part="gluegen-rt" download="eager"/>
        </resources>
        <resources os="Linux" arch="amd64">
          <nativelib href="gluegen-rt-natives-linux-amd64__V1.0b06a.jar" part="gluegen-rt" download="eager"/>
        </resources>
        <resources os="Linux" arch="x86_64">
          <nativelib href="gluegen-rt-natives-linux-amd64__V1.0b06a.jar" part="gluegen-rt" download="eager"/>
        </resources>
        <resources os="Mac OS X" arch="ppc">
          <nativelib href="gluegen-rt-natives-macosx-ppc__V1.0b06a.jar" part="gluegen-rt" download="eager"/>
        </resources>
        <resources os="Mac OS X" arch="i386">
          <nativelib href="gluegen-rt-natives-macosx-universal__V1.0b06a.jar" part="gluegen-rt" download="eager"/>
        </resources>
        <resources os="Mac OS X" arch="x86_64">
          <nativelib href="gluegen-rt-natives-macosx-universal__V1.0b06a.jar" part="gluegen-rt" download="eager"/>
        </resources>
        <component-desc/>
      </jnlp>
      temp: returning LaunchDesc from XMLFormat.parse():

      <jnlp spec="1.0+" codebase="http://dl.javafx.com/" version="1.0b06a" href="http://dl.javafx.com/gluegen-rt__V1.0b06a.jnlp">
        <information>
          <title>GlueGen Runtime</title>
          <vendor>Sun Microsystems, Inc.</vendor>
          <homepage href="http://gluegen.dev.java.net/"/>
          <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="timeout" policy="always"/>
        <resources>
          <jar href="http://dl.javafx.com/gluegen-rt__V1.0b06a.jar" part="gluegen-rt" download="lazy" main="false"/>
          <nativelib href="http://dl.javafx.com/gluegen-rt-natives-windows-i586__V1.0b06a.jar" part="gluegen-rt" download="eager" main="false"/>
        </resources>
        <component-desc/>
      </jnlp>
      network: Total size to download: -1
      cache: Skip blacklist check as cached value is ok.
      network: Se ha encontrado entrada de caché [URL: http://www.javafx.com/launch/MediaBox.jar, versión: null]
      network: Conectando http://www.javafx.com/launch/MediaBox.jar con proxy=DIRECT
      network: Conectando http://www.javafx.com:80/ con proxy=DIRECT
      network: Conectar http://www.javafx.com/launch/MediaBox.jar con cookie "JSESSIONID=9D7FA10B62EA7D15BFFAB4EF790DB7EE; s_cc=true; s_sq=%5B%5BB%5D%5D"
      network: ResponseCode de http://www.javafx.com/launch/MediaBox.jar: 304
      network: Codificación de http://www.javafx.com/launch/MediaBox.jar: null
      network: Desconectar conexión con http://www.javafx.com/launch/MediaBox.jar
      network: Downloaded http://www.javafx.com/launch/MediaBox.jar: file:/C:/Users/luis/AppData/LocalLow/Sun/Java/Deployment/cache/6.0/37/6caf6de5-21e5f0fa
      cache: Skip blacklist check as cached value is ok.
      network: Se ha encontrado entrada de caché [URL: http://dl.javafx.com/gluegen-rt-natives-windows-i586__V1.0b06a.jar, versión: null]
      network: Downloaded http://dl.javafx.com/gluegen-rt-natives-windows-i586__V1.0b06a.jar: file:/C:/Users/luis/AppData/LocalLow/Sun/Java/Deployment/cache/6.0/45/4f710eed-3c866e31
      cache: Skip blacklist check as cached value is ok.
      network: Se ha encontrado entrada de caché [URL: http://dl.javafx.com/jogl-natives-windows-i586__V1.1.1a.jar, versión: null]
      network: Downloaded http://dl.javafx.com/jogl-natives-windows-i586__V1.1.1a.jar: file:/C:/Users/luis/AppData/LocalLow/Sun/Java/Deployment/cache/6.0/62/6baea4fe-26d8e611
      cache: Skip blacklist check as cached value is ok.
      network: Se ha encontrado entrada de caché [URL: http://dl.javafx.com/javafx-rt-windows-i586__V1.2.0_b233.jar, versión: null]
      network: Downloaded http://dl.javafx.com/javafx-rt-windows-i586__V1.2.0_b233.jar: file:/C:/Users/luis/AppData/LocalLow/Sun/Java/Deployment/cache/6.0/44/50f3f12c-18104698
      cache: Skip blacklist check as cached value is ok.
      network: Se ha encontrado entrada de caché [URL: http://dl.javafx.com/javafx-rt-natives-windows-i586__V1.2.0_b233.jar, versión: null]
      network: Downloaded http://dl.javafx.com/javafx-rt-natives-windows-i586__V1.2.0_b233.jar: file:/C:/Users/luis/AppData/LocalLow/Sun/Java/Deployment/cache/6.0/15/58fb3e0f-320d4851
      network: Created version ID: 1.5+
      network: Created version ID: 1.6
      network: Created version ID: 1.6.0.14
      network: Created version ID: 1.6
      basic: LaunchDesc location: http://www.javafx.com/launch/MediaBox_browser.jnlp
      network: Created version ID: 1.0+
      network: Created version ID: 6.0
      network: Created version ID: 1.2.0.b233
      network: No se ha encontrado entrada de caché [URL: http://dl.javafx.com/1.2/javafx-rt.jnlp, versión: 1.2.0_b233]
      security: Mark trusted: http://dl.javafx.com/1.2/javafx-rt.jnlp
      basic: LD - All JAR files signed: http://dl.javafx.com/1.2/javafx-rt.jnlp
      security: Mark trusted: http://dl.javafx.com/jogl__V1.1.1a.jnlp
      basic: LD - All JAR files signed: http://dl.javafx.com/jogl__V1.1.1a.jnlp
      security: Mark trusted: http://dl.javafx.com/gluegen-rt__V1.0b06a.jnlp
      basic: LD - All JAR files signed: http://dl.javafx.com/gluegen-rt__V1.0b06a.jnlp
      basic: passing security checks; secureArgs:true, allSigned:false
      basic: continuing launch in this VM
      Reading certificates from 341411 http://dl.javafx.com/javafx-rt-windows-i586__V1.2.0_b233.jar | C:\Users\luis\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\44\50f3f12c-18104698.idx
      basic: JNLP2ClassLoader.getPermissions() ..
      security: Carga de certificados del almacén de certificados de la sesión de despliegue
      security: Certificados cargados del almacén de certificados de la sesión de despliegue
      security: Cargando certificados del almacén de certificados TrustedPublisher de Internet Explorer
      security: Certificados cargados desde el almacén de certificados TrustedPublisher de Internet Explorer
      security: Validar la cadena de certificados utilizando la API CertPath
      security: Obtener colección de certificados del almacén de certificados de Root CA
      security: Obtener colección de certificados del almacén de certificados de Root CA
      security: No hay información de fechado digital disponible
      security: Se ha encontrado el archivo de lista de jurisdicciones
      security: Comenzar a comprobar la extensión de confianza de este certificado
      security: Empezar a comparar la lista de jurisdicciones con este certificado
      security: Se ha encontrado un certificado que coincide en la lista de jurisdicciones
      security: Comprobar si el certificado está en el almacén permanente de certificados de despliegue
      security: La compatibilidad con CRL está inhabilitada
      security: La compatibilidad con OCSP está inhabilitada
      security: Comprobando si el certificado está en el almacén de certificados denegados de Ejecución
      security: Comprobar si el certificado está en el almacén permanente de certificados de despliegue
      security: JAVAWS AppPolicy Permission requested for: http://dl.javafx.com/javafx-rt-windows-i586__V1.2.0_b233.jar
      basic: JNLP2ClassLoader.getPermissions() X
      basic: Subprograma cargado.
      basic: Applet resized and added to parent container
      basic: PERF: AppletExecutionRunnable - applet.init() BEGIN ; jvmLaunch dt 200065 us, pluginInit dt 53375281 us, TotalTime: 53575346 us
      basic: Applet initialized
      basic: Receptor de progreso suprimido: null
      basic: Applet made visible
      basic: Starting applet
      basic: completed perf rollup
      basic: Applet started
      basic: Told clients applet is started
      Reading certificates from 11 http://www.javafx.com/launch/MediaBox.jar | C:\Users\luis\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\37\6caf6de5-21e5f0fa.idx
      network: No hay información de certificado para el archivo JAR sin firma: http://www.javafx.com/launch/MediaBox.jar
      basic: JNLP2ClassLoader.getPermissions() ..
      security: JAVAWS AppPolicy Permission requested for: http://www.javafx.com/launch/MediaBox.jar
      security: Add sandbox permissions
      basic: JNLP2ClassLoader.getPermissions() X
      basic: JNLP2ClassLoader.findLibrary: Looking up native library: msvcr71.dll
      basic: JNLP2ClassLoader.findLibrary: native library found: C:\Users\luis\AppData\Local\Temp\.java_jnlp_applet_nativelib_cache.luis\tmp6383937925251418384\msvcr71.dll
      basic: JNLP2ClassLoader.findLibrary: Looking up native library: msvcp71.dll
      basic: JNLP2ClassLoader.findLibrary: native library found: C:\Users\luis\AppData\Local\Temp\.java_jnlp_applet_nativelib_cache.luis\tmp6383937925251418384\msvcp71.dll
      basic: JNLP2ClassLoader.findLibrary: Looking up native library: jmc.dll
      basic: JNLP2ClassLoader.findLibrary: native library found: C:\Users\luis\AppData\Local\Temp\.java_jnlp_applet_nativelib_cache.luis\tmp6383937925251418384\jmc.dll
      basic: JNLP2ClassLoader.findLibrary: Looking up native library: jawt.dll
      basic: Native library jawt.dll not found
      network: No se ha encontrado entrada de caché [URL: http://sun.edgeboss.net/download/sun/media/1460825906/1460825906_11657401001_09b01828-11.flv, versión: null]
      network: Conectando http://sun.edgeboss.net/download/sun/media/1460825906/1460825906_11657401001_09b01828-11.flv con proxy=DIRECT
      network: Conectando http://sun.edgeboss.net:80/ con proxy=DIRECT
      network: No se ha encontrado entrada de caché [URL: http://sun.edgeboss.net/download/sun/media/1460825906/1460825906_11657401001_09b01828-11.flv, versión: null]
      network: Conectando http://sun.edgeboss.net/download/sun/media/1460825906/1460825906_11657401001_09b01828-11.flv con proxy=DIRECT
      network: Conectando http://sun.edgeboss.net:80/ con proxy=DIRECT

      ---

            bpb Brian Burkhalter
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: