.jnlp file

Hi, I am trying to play a game called Wurm Online. I have played it before on OpenSUSE 11.4 KDE, but now I am using the GNOME desktop environment. I have installed Sun Java, and the Iced Tea Webstart, which was used when I played on the KDE desktop. Here is the output when I try to run the “.jnlp” file.

Exception in thread "main" java.lang.NoClassDefFoundError: wurmclient/jnlp
Caused by: java.lang.ClassNotFoundException: wurmclient.jnlp
	at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
Could not find the main class: wurmclient.jnlp. Program will exit.

What am I doing wrong? :stuck_out_tongue:

Uninstall iced tea and install java-1_6_0-sun-plugin, which is the plugin
for your sun/oracle java and try again.
It makes not too much sense to mix the free plugin with the proprietary
java.


PC: oS 11.3 64 bit | Intel Core2 Quad Q8300@2.50GHz | KDE 4.6.4 | GeForce
9600 GT | 4GB Ram
Eee PC 1201n: oS 11.4 64 bit | Intel Atom 330@1.60GHz | KDE 4.6.4 | nVidia
ION | 3GB Ram

Uninstall iced tea and install java-1_6_0-sun-plugin, which is the plugin
for your sun/oracle java and try again.

I uninstalled Iced tea, and installed the sun-plugin. When I run the .jnlp in the terminal, I get the same EXACT error?

Rabbitdog wrote:

>
>> Uninstall iced tea and install java-1_6_0-sun-plugin, which is the
>> plugin
>> for your sun/oracle java and try again.
>
> I uninstalled Iced tea, and installed the sun-plugin. When I run the
> .jnlp in the terminal, I get the same EXACT error?
>
Can you give a link to that game if it is freely accessible to check it?


PC: oS 11.3 64 bit | Intel Core2 Quad Q8300@2.50GHz | KDE 4.6.4 | GeForce
9600 GT | 4GB Ram
Eee PC 1201n: oS 11.4 64 bit | Intel Atom 330@1.60GHz | KDE 4.6.4 | nVidia
ION | 3GB Ram

Im sorry! I was using the wrong command. The command to run a .jnlp is “javaws”.

Solved.

Thank you for your help! :slight_smile: