L2J Revision Number: 4299
L2JDP Revision Number: 7515
I decided to change the whole server and set it up on Ubuntu (desktop version) and everything seems working right, but when I try to start any of the L2JConfig.sh I get the following error:
Code: Select all
Exception in thread "main" java.lang.NoClassDefFoundError: com/l2jserver/configurator/ConfigUserInterfaceCaused by: java.lang.ClassNotFoundException: com.l2jserver.configurator.ConfigUserInterface 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) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:334)Could not find the main class: com.l2jserver.configurator.ConfigUserInterface. Program will exit.