Hello while trying to launch Salem i get the following message "Unable to launch the application" using Java7 on my win7 64
This is the message i get under exceptions and Launch File
JNLPException[category: Security Error : Exception: null : LaunchDesc:
<jnlp spec="1.0+" codebase="http://plymouth.seatribe.se/java/" href="salem-pdx.jnlp">
<information>
<title>Salem</title>
<vendor>Seatribe</vendor>
<description>The Salem game</description>
<icon href="icon.gif"/>
<shortcut online="false">
<desktop/>
<menu submenu="Salem"/>
</shortcut>
</information>
<security>
<all-permissions/>
</security>
<resources>
<java version="1.6+" max-heap-size="512M"/>
<j2se version="1.6+" max-heap-size="512M"/>
<jar href="salem.jar"/>
<property name="haven.errorurl" value="http://plymouth.seatribe.se/java/error"/>
<property name="haven.defserv" value="plymouth.seatribe.se"/>
<property name="haven.resurl" value="http://plymouth.seatribe.se/res/"/>
<property name="haven.authmech" value="paradox"/>
<extension name="res" href="http://plymouth.seatribe.se/java/salem-res.jnlp"/>
<extension name="jogl" href="http://www.havenandhearth.com/java/jogl/jogl.jnlp"/>
</resources>
<application-desc/>
</jnlp>
Any help will be much appreciated



Reply With Quote