Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

NEED YOUR HELP!! Launch application error

843802Oct 15 2003 — edited Oct 30 2003
Hi, there,

I can launch the demos with JWS sucessfully.

Tomcat run as web server in my computer,While I launch my application, there is the error message: Launch file error.

My first question is how can I add my application to the application manager? So far I can only launch my application through click the html page.

The second is what's wrong in my jnlp file or other thing I did?

<?xml version="1.0" encoding="utf-8"?>
<jnlp
spec="1.0+"
codebase="http://localhost:8080/examples/ecademy"
href="temp.jnlp">
<information>
<title>Demo Application</title>
<vendor>Iowa State University</vendor>
<homepage href="index.html"/>
<description>My Application</description>
<description kind="short">A demo of My Application </description>
<icon href="images/ecademy.gif"/>
<icon kind="splash" href="images/ecademy.gif"/>
<offline-allowed/>
</information>
<security>
<all-permissions/>
</security>
<resources>
<j2se version="1.3+" href="http://java.sun.com/products/autodl/j2se"/>
<jar href="hello.jar" main ="true" download="eager"/>
</resources>
<application-desc main-class="HelloWorld"/>
</jnlp>

Thanks!!!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 27 2003
Added on Oct 15 2003
4 comments
209 views