by twisted » Fri Nov 09, 2012 11:57 pm
I just downloaded the client and opening the java app does nothing. I see command prompt pop up for a second and close. Managed to screenshot the error before it disappeared:
Exception in thread main java.lang.NoClassDefFoundError: C:/Users/username/Desktop/salem2/.jnlp
Caused by: java.lang.ClassNotFoundException C:/users/username/Desktop/salem2.jnlp
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivalged(Native Method)
at java.net URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.langClassLoader.loadClass(Unknown Source)
Could not find the main class: C:Users/username/Desktop/salem2.jnlp Program will exit
tried opening with java 7, same thing...
cleared cache as well
edit: nvm got it worked, had to make it open with javaws not java or javaw...