hi i am trying to add an application to my web page and was using jnlp. I am getting the following error
An error occurred while launching/running the application.
Category: Launch File Error
The following required field is missing from the launch file: <jnlp>
the exception that i am get
MissingFieldException[ The following required field is missing from the launch file: <jnlp>]
at com.sun.javaws.jnl.xml.XMLFormat.parse(Unknown Source)
at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
at com.sun.javaws.Main.main(Unknown Source)
And my jnlp file is
I searched a lot for it but couldnot find a solution to this error.
thanks ranchers for your help..
[ March 26, 2008: Message edited by: Ravikanth kolli ]
[ March 26, 2008: Message edited by: Ravikanth kolli ]