Talk:JAXXEdit

From JAXXWiki

trying the webstart launch button with JDK 1.5.0_08 leads to the error below :/ -- 194.246.122.11 09:51, 19 September 2006 (EDT)

An error occurred while launching/running the application.

Title: JAXXEdit
Vendor: Ethan Nicholas
Category: Security Error

Unsigned application requesting unrestricted access to system
Unsigned resource: http://www.jaxxframework.org/examples/JAXXEdit/jaxx-runtime.jar

----

JNLPException[category: Security Error : Exception: null : LaunchDesc: 
<jnlp spec="1.0+" codebase="http://www.jaxxframework.org/examples/JAXXEdit/" href="http://www.jaxxframework.org/examples/JAXXEdit/jaxxedit.jnlp">
  <information>
    <title>JAXXEdit</title>
    <vendor>Ethan Nicholas</vendor>
    <homepage href="null"/>
    <offline-allowed/>
  </information>
  <security>
    <all-permissions/>
  </security>
  <resources>
    <j2se version="1.4.2+"/>
    <jar href="http://www.jaxxframework.org/examples/JAXXEdit/jaxxedit.jar" download="eager" main="false"/>
    <jar href="http://www.jaxxframework.org/examples/JAXXEdit/jaxx-runtime.jar" download="eager" main="false"/>
  </resources>
  <application-desc main-class="org.jaxxframework.jaxxedit.JAXXEdit"/>
</jnlp> ]
	at com.sun.javaws.LaunchDownload.checkSignedResourcesHelper(LaunchDownload.java:1054)
	at com.sun.javaws.LaunchDownload.checkSignedResources(LaunchDownload.java:943)
	at com.sun.javaws.Launcher.continueLaunch(Launcher.java:814)
	at com.sun.javaws.Launcher.handleApplicationDesc(Launcher.java:515)
	at com.sun.javaws.Launcher.handleLaunchFile(Launcher.java:218)
	at com.sun.javaws.Launcher.run(Launcher.java:165)
	at java.lang.Thread.run(Thread.java:595)