Skip to content

Instantly share code, notes, and snippets.

Created July 26, 2012 18:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/3183636 to your computer and use it in GitHub Desktop.
Save anonymous/3183636 to your computer and use it in GitHub Desktop.
JNLPException[category: Launch File Error : Exception: null : LaunchDesc:
<jnlp spec="1.0+" codebase="http://localhost:8080/" href="http://localhost:8080/Test.jnlp">
<information>
<title>Jnlp Testing</title>
<vendor>YONG MOOK KIM</vendor>
<homepage href="http://localhost:8080/"/>
<description>Testing Testing</description>
</information>
<security>
<all-permissions/>
</security>
<update check="timeout" policy="always"/>
<resources>
<java version="1.6+"/>
<jar href="http://localhost:8080/TestJnlp.jar" download="eager" main="false"/>
<jar href="http://localhost:8080/lib/appframework-1.0.3.jar" download="eager" main="false"/>
<jar href="http://localhost:8080/lib/org-netbeans-modules-java-j2seproject-copylibstask.jar" download="eager" main="false"/>
<jar href="http://localhost:8080/lib/sqlite-jdbc-3.7.2.jar" download="eager" main="false"/>
<jar href="http://localhost:8080/lib/swing-worker-1.1.jar" download="eager" main="false"/>
</resources>
<application-desc main-class="proteotypic.ProteotypicQuantificationApp"/>
</jnlp> ]
at com.sun.javaws.LaunchDownload.checkSignedResourcesHelper(Unknown Source)
at com.sun.javaws.LaunchDownload.checkSignedResources(Unknown Source)
at com.sun.javaws.Launcher.prepareResources(Unknown Source)
at com.sun.javaws.Launcher.prepareAllResources(Unknown Source)
at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
at com.sun.javaws.Launcher.launch(Unknown Source)
at com.sun.javaws.Main.launchApp(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment