getting odd situation here: the game works on other computers, but
mine is stuck with this error message:
Ignored exception: java.lang.NullPointerException
Ignored exception: java.lang.NullPointerException
exception: JNLP file error: slicks.jnlp. Please make sure the file exists and check if "codebase" and "href" in the JNLP file are correct..
java.io.FileNotFoundException: JNLP file error: slicks.jnlp. Please make sure the file exists and check if "codebase" and "href" in the JNLP file are correct.
at sun.plugin2.applet.JNLP2Manager.loadJarFiles(Unknown Source)
at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Exception: java.io.FileNotFoundException: JNLP file error: slicks.jnlp. Please make sure the file exists and check if "codebase" and "href" in the JNLP file are correct.
I’m trying to clear browser caches, Java caches, this happens both in Firefox and Google Chrome so it shouldn’t be the browser.
Java cache shows as being emptied but i am getting suspicious. Tried a clean boot, no help.
What’s up I wonder, wasted the whole day banging my head on this one…
Also exactly the same program, with different paths in the html and jnlp file work just fine on another server.
It’s a big wtf…
[EDIT] fragme, it’s now on both my home computer and work computer, but still works on others… what on earth have i done wrong?
here’s the jnlp file…
<?xml version="1.0" encoding="utf-8"?>
<jnlp href="slicks.jnlp">
<information>
<title>Slicks and Slide TE</title>
<vendor>BlueBerry Finn.</vendor>
<homepage href="http://ottawa.vps.kotisivut.com"/>
<description>Slicks applet</description>
<description kind="short">Slicks and slides.</description>
<icon kind="splash" href="logo.gif"/>
<offline-allowed/>
</information>
<resources>
<j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/>
<property name="sun.java2d.noddraw" value="true"/>
<jar href="http://download.java.net/media/joal/webstart/joal.jar"/>
<jar href="http://ottawa.vps.kotisivut.com/dev/applet/lib/j-ogg-oggd.jar"/>
<jar href="http://ottawa.vps.kotisivut.com/dev/applet/lib/j-ogg-vorbisd.jar"/>
<jar href="slicks.jar" main="true"/>
<extension name="joal.jnlp" href=" http://download.java.net/media/joal/webstart/joal.jnlp" />
</resources>
<applet-desc
name="Slicks-applet"
main-class="applet.SlicksAppletPop"
width="1024"
height="576">
</applet-desc>
</jnlp>