0

We are creating Java Web start Application with JNLP and when we try to launch the application we are getting this issue

We are creating Java Web start Application with JNLP and when we try to launch the application we are getting this issue

This is my JNLP file

<jnlp spec="1.0+" codebase="http://localhost:8080/" href="EDoc.jsp?url=<%=request.getParameter("url")%>&file=<%=request.getParameter("file")%>">
    <information>
        <title>Jnlp Testing</title>
        <vendor>YONG MOOK KIM</vendor>
        <homepage href="http://localhost:8080/">
            <description>Testing Testing</description>
        </homepage>
    </information>
    <security>
        <all-permissions/>
    </security>
    <resources>
        <j2se version="1.6+"/>
        <jar href="SignatureApplet-1.0.jar"/>
        <extension name="Java Help" href="help.jnlp"/>
    </resources>
    <application-desc main-class=" com.narola.digitalsignature.EDoc2Jnlp">
        <argument><%=request.getParameter("url")%></argument>
        <argument><%=request.getParameter("file")%></argument>
    </application-desc>
</jnlp>
Garima
  • 95
  • 1
  • 9

0 Answers0