Under the "Launch file" tab is the XML in our JNLP file:
- Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.0+" codebase="http://lhunath.lyndir.com/jUniUploader" href="jUniUploader.jnlp">
<information>
<title>jUniUploader</title>
<vendor>Lhunath</vendor>
<homepage href="http://lhunath.lyndir.com/jUniUploader" />
<description>Upload World of Warcraft character data to online rosters and administer addons.</description>
<description kind="short">UniUploader for Java.</description>
<icon href="wow.png" />
<icon kind="splash" href="splash.png" />
<offline-allowed />
</information>
<security>
<all-permissions />
</security>
<resources>
<j2se href="http://java.sun.com/products/autodl/j2se" version="1.5+" />
<jar href="jUniUploader.jar" />
<jar href="BaseSystem.jar" />
<property name="uniadmin" value="http://descendantsoflore.com/uniadmin/interface.php" />
</resources>
<application-desc />
</jnlp>
Under the Exception tab is the following info:
- Code: Select all
JNLPException[category: System Configuration : Exception: null : LaunchDesc:
<jnlp spec="1.0+" codebase="http://lhunath.lyndir.com/jUniUploader/" href="http://lhunath.lyndir.com/jUniUploader/jUniUploader.jnlp">
<information>
<title>jUniUploader</title>
<vendor>Lhunath</vendor>
<homepage href="http://lhunath.lyndir.com/jUniUploader"/>
<description>Upload World of Warcraft character data to online rosters and administer addons.</description>
<description kind="short">UniUploader for Java.</description>
<icon href="http://lhunath.lyndir.com/jUniUploader/wow.png" kind="default"/>
<icon href="http://lhunath.lyndir.com/jUniUploader/splash.png" kind="splash"/>
<offline-allowed/>
</information>
<security>
<all-permissions/>
</security>
<update check="timeout" policy="always"/>
<resources>
<java href="http://java.sun.com/products/autodl/j2se" version="1.5+"/>
<jar href="http://lhunath.lyndir.com/jUniUploader/jUniUploader.jar" download="eager" main="false"/>
<jar href="http://lhunath.lyndir.com/jUniUploader/BaseSystem.jar" download="eager" main="false"/>
<property name="uniadmin" value="http://descendantsoflore.com/uniadmin/interface.php"/>
</resources>
<application-desc/>
</jnlp> ]
at com.sun.javaws.Launcher.prepareLaunchFile(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)
Even tryied clearing the cache, same error.
Windows Vista Business
Firefox 2.0.0.4
It's my understanding that webstart does not require updating the actual JNLP file. Is this assumption still correct?