Hei!
i have an weird error with webstartable applications, with every .jnlp file loading, i receive the following message dialog…
i also added an jnlp source wich produces two of these error message dialogs, one it produces itself and the second with the line which loads current_webstart_jogl.jnlp…
i need some help to remove these error dialogs from my computer - AMD Athlon 1.733Ghz with XP PRO SP2 and JDK 6.0…
[add] i receive the same error msg dialog with IE6, Opera9.2 and FireFox…
thanks, JariTapio…
www.EuroJari.net
JariTapio@EuroJari.net
//----
Weird Error Msg Dialog.
http://5mingames.eurojari.net/JScript Error Msg.bmp
Source of an JNLP which produces 2 error msg dialogs…
<?xml version="1.0" encoding="utf-8"?>
<!-- JNLP File for JCaveGame -->
<jnlp spec="1.0+"
codebase="http://www.5mingames.eurojari.net/jcavegame_jogl/"
href="JCaveGame_JOGL.jnlp">
<information>
<title>JCaveGame Testing.</title>
<vendor>5minGames entertains.</vendor>
<description>JVIPER, Turret Buster Demo</description>
<homepage href="www.5mingames.eurojari.net/jcavegame/"/>
<description kind="short">JariTapio testing JVIPER, Turret Buster.</description>
<icon kind="splash" href="SplashScreen3.gif"/>
<offline-allowed/>
</information>
<security>
<all-permissions/>
</security>
<resources>
<j2se version="1.5+" max-heap-size="256M" href="http://java.sun.com/products/autodl/j2se"/>
<extension name="jogl" href="http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current/jogl.jnlp" />
<property name="sun.java2d.noddraw" value="true"/>
<jar href="JCaveGame.jar"/>
</resources>
<application-desc main-class="JCaveGame.JCaveGame"/>
</jnlp>