online scan
-
online scan
Hi I cannot get the scan to work, get error and this message
<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+"
codebase="http://www.d-a-l.com/hardware-scanner/app/" href="launch.jnlp">
<information>
<title>DAL Scanner</title>
<vendor>D24 Media Ltd.</vendor>
<description>DAL Scanner</description>
<description kind="short">DAL Scanner</description>
<homepage href="http://www.d-a-l.com/"/>
</information>
<security>
<all-permissions/>
</security>
<resources>
<j2se version="1.6+"/>
<jar href="dalscan/DalScan.Gui.jar" main="true" download="eager"/>
<nativelib href="dalscan/lib/DalScan.Scanner.jar" download="eager"/>
</resources>
<application-desc main-class="dalscan.DALScanGUI">
</application-desc>
</jnlp>
<!--
<jnlp spec="1.0+"
codebase="http://dalscan.samsalisbury.net/" href="launch.jnlp">
<information>
<title>DAL Scanner</title>
<vendor>D24 Media Ltd.</vendor>
<description>DAL Scanner</description>
<description kind="short">DAL Scanner</description>
<homepage href="http://dalscan.samsalisbury.net/"/>
<offline-allowed/>
</information>
<security>
<all-permissions/>
</security>
<resources>
<j2se version="1.6+"/>
<jar href="dalscan/DalScan.Gui.jar" main="true" download="eager"/>
<nativelib href="dalscan/lib/DalScan.Scanner.jar" download="eager"/>
</resources>
<application-desc main-class="dalscan.DALScanGUI">
</application-desc>
</jnlp>