Those errors mean that your Java Web Start launcher is brokeded. I ran it, and it worked.
Can you post what the red box says on this website? It tells you your Java version:
http://javatester.org/version.html.
As for the file, open up Notepad and paste in this code:
- Code: Select all
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<jnlp codebase="http://bookscanwizard.sourceforge.net/run" href="bsw.jnlp" spec="1.0+">
<information>
<title>Book Scan Wizard</title>
<vendor>Steve Devore</vendor>
<homepage href="http://bookscanwizard.sourceforge.net"/>
<description>Book Scan Wizard</description>
<description kind="short">Book Scan Wizard</description>
<association extensions="bsw" mime-type="application-x/bsw-file"/>
<shortcut online="false">
<desktop/>
<menu submenu="Book Scan Wizard"/>
</shortcut>
<offline-allowed/>
<icon href="bsw.png" kind="default"/>
</information>
<update check="timeout" policy="prompt-update"/>
<security>
<all-permissions/>
</security>
<resources>
<j2se java-vm-args="-Xmx1024M" version="1.6+"/>
<jar href="BookScanWizard.jar" main="true"/>
<extension href="http://download.java.net/media/jai/webstart/release/jai-1.1.3-latest.jnlp" name="" version=""/>
<extension href="http://download.java.net/media/jai-imageio/webstart/release/jai-imageio-1.1.jnlp" name="" version=""/>
</resources>
<application-desc main-class="net.sourceforge.bookscanwizard.BSW">
</application-desc>
</jnlp>
Then, press
CTRL + S, and save it with this
exact name (with the quotation marks too):
- Code: Select all
"bsw.jnlp"
Now, try running that file.