if I try to open the file from the command line, [java -jar CSMonkeyTVRemote.jar] I get the message:
Unable to access file CSMonkeyTVRemote.jar
If I try to run it with javaws, I get "unable to launch application" with the following message in "details"
MissingFieldException[ The following required field is missing from the launch file: <jnlp>]
at com.sun.javaws.jnl.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.launchApp(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
How do I fix?
I'm using vlc, which works fine under Mandriva 2008.1--one channel at a time.