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!

Launch File Error

843802Jan 8 2003 — edited Jan 13 2003
I've got a problem when trying to run my jnlp file:

An error occurred while launching/running the application.

Category: Launch File Error

The following required field is missing from the launch file: <jnlp>(<application-desc>|<applet-desc>|<installer-desc>|<component-desc>)



Any help would be appreciated.

Here is my *.jnlp file:

<?xml version="1.0" encoding="UTF-8"?>

<jnlp spec="1.0+" version="1.20"
codebase="http://mie-arg-10/WebLab"
href="Loader/loader.jnlp">

<information>
<title>WebLab EVPS Demo � Experiment #1 Viewer</title>
<vendor>Quanser Consulting Inc.</vendor>
<homepage href="loader/loader.html" />
<description>WebLab Viewer Applet - by Quanser</description>
<offline-allowed />
</information>

<resources>
<j2se version="1.3.0+" />
<jar href="JAR/Viewer.jar" main="true" download="eager" />
<jar href="JAR/Bean.jar" download="eager" />
<jar href="JAR/Common.jar" main="false" download="eager" />
<nativelib href="JAR/dll.jar" main="false" download="eager" />
<jar href="JAR/j3d.jar" main="false" download="eager" />
<jar href="JAR/jxbeans.jar" main="false" download="eager" />
<jar href="JAR/QDPC.jar" main="false" download="eager" />
<jar href="JAR/Swing.jar" main="false" download="eager" />
<jar href="JAR/WLClient.jar" main="false" download="eager" />
<jar href="JAR/BitmapServiceProvider.jar" main="false" download="lazy" />
<jar href="JAR/Browser.jar" main="false" download="lazy" />
<jar href="JAR/Dial.jar" main="false" download="lazy" />
<jar href="JAR/DigitalMeter.jar" main="false" download="lazy" />
<jar href="JAR/imageio.jar" main="false" download="lazy" />
<jar href="JAR/Knob.jar" main="false" download="lazy" />
<jar href="JAR/Navigator.jar" main="false" download="lazy" />
<jar href="JAR/Plot.jar" main="false" download="lazy" />
<jar href="JAR/View3d.jar" main="false" download="lazy" />
<jar href="JAR/VRMLEditor.jar" main="false" download="lazy" />
</resources>

<applet-desc
main-class="com.quanser.weblab.designer.ViewerApplet"
documentbase="http://mie-arg-10.ad.uiuc.edu/WebLab"
name="WebLab_Viewer_v2.00" width="790" height="554">
<param name="panelXML" value="Loader/loader.xml" />
</applet-desc>

<security>
<all-permissions/>
</security>

</jnlp>

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 10 2003
Added on Jan 8 2003
2 comments
146 views