0

jnpl error is

Unable to launch application Location: http://localhost:8080 Component: http://localhost:8080/openmrs/moduleResources/muzimabiometrics/Scanner.jar Reason: unable to load resource

Below is the jnlp file:

<?xml version="1.0" encoding="UTF-8"?> <jnlp spec="1.0+"    codebase="http://localhost:8080/openmrs/moduleResources/muzimabiometrics/"    href=""> <information>    <title>Web start</title>    <vendor>Muzima Team</vendor>    <offline-allowed/> </information> <resources>    <j2se version="1.6+" href="http://java.sun.com/products/autodl/j2se"/>    <jar href="scanner.jar" main="true"/>    <jar href="Jlibfprint.jar" />    <jar href="httpcore-4.4.4.jar" />    <jar href="httpclient-4.5.2.jar" />    <jar href="commons-logging-1.2.jar" />    <jar href="commons-codec-1.9.jar" /> </resources>    <security>
       <all-permissions/>    </security> <application-desc main-class="org.openmrs.module.muzimabiometrics.ScanFingerprint">    </application-desc> <update check="background"/> </jnlp>
Marc
  • 19,394
  • 6
  • 47
  • 51
enock tum
  • 16
  • 1
  • 5

0 Answers0