Hello,
I’m trying to run a webstart locally for a basic app via the jMonkeyPlatform Alpha-3.
I go on Properties of the project:
it generates me this jnlp:
[xml]<?xml version=“1.0” encoding=“UTF-8” standalone=“no”?>
<jnlp codebase=“file:/C:/Users/some_guy/workspace/Reaction/dist/” href=“launch.jnlp” spec=“1.0+”>
<information>
<title>Reaction</title>
<vendor>Some Guy</vendor>
<homepage href=""/>
<description>Reaction</description>
<description kind=“short”>Reaction</description>
<offline-allowed/>
</information>
<security>
<all-permissions/>
</security>
<resources>
<j2se version=“1.5+”/>
<jar href=“Reaction.jar” main=“true”/>
<jar href=“lib/assets.jar”/>
<jar href=“lib/jMonkeyEngine3.jar”/>
<jar href=“lib/jME3-jbullet.jar”/>
<jar href=“lib/j-ogg-oggd.jar”/>
<jar href=“lib/j-ogg-vorbisd.jar”/>
<jar href=“lib/jME3-lwjgl-natives.jar”/>
<jar href=“lib/jbullet.jar”/>
<jar href=“lib/jinput.jar”/>
<jar href=“lib/lwjgl.jar”/>
<jar href=“lib/eventbus-1.4.jar”/>
<jar href=“lib/nifty-1.3-SNAPSHOT.jar”/>
<jar href=“lib/nifty-default-controls-1.3-SNAPSHOT.jar”/>
<jar href=“lib/nifty-style-black-1.3-SNAPSHOT.jar”/>
<jar href=“lib/stack-alloc.jar”/>
<jar href=“lib/vecmath.jar”/>
<jar href=“lib/xmlpull-xpp3-1.1.4c.jar”/>
</resources>
<application-desc main-class=“reaction.Main”>
</application-desc>
</jnlp>
[/xml]
I click the big green button and it gives me this error:
error