| Author |
jnlp launch file error
|
Shri Bharathi SV
Greenhorn
Joined: Mar 29, 2008
Posts: 1
|
|
hi i m new to jnlp.i run the jnlp file using web start.that shows the error message like: launch file error: "The Field <jar> href has an invalid value.." <?xml version="1.0" encoding="UTF-8"?> <jnlp spec="1.0+" codebase="file:///C:\jdk1.6.0_10\bin\jnlp/" > <information> <title>Time Check</title> <vendor>Java Developer Connection</vendor> <homepage href="/jdc" /> <description>Demonstration of JNLP</description> </information> <offline-allowed/> <security> <j2ee-application-client-permissions/> </security> <resources> <j2se version="1.2+" /> <jar href="C:\jdk1.6.0_10\bin\jnlp\JNLPTime.jar"/> </resources> <application-desc main-class="TheTime" /> </jnlp> any one can help me to solve this.
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
"Shri Bharathi SV", Please check your private messages. -Ben
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
xclaim lui
Greenhorn
Joined: Oct 27, 2009
Posts: 1
|
|
|
hi there so what is the solution?
|
 |
 |
|
|
subject: jnlp launch file error
|
|
|