Jump to content

dragon333

Members
  • Posts

    6
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by dragon333

  1. Hi, When I start gameserver.sh I get this error: Error: A JNI error has occurred, please check your installation and try againException in thread "main" java.lang.NoClassDefFoundError: l2f/gameserver/handler/admincommands/IAdminCommandHandler at java.lang.Class.getDeclaredMethods0(Native Method) at java.lang.Class.privateGetDeclaredMethods(Class.java:2701) at java.lang.Class.privateGetMethodRecursive(Class.java:3048) at java.lang.Class.getMethod0(Class.java:3018) at java.lang.Class.getMethod(Class.java:1784) at sun.launcher.LauncherHelper.validateMainClass(LauncherHelper.java:650) at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:632)Caused by: java.lang.ClassNotFoundException: l2f.gameserver.handler.admincommands.IAdminCommandHandler at java.net.URLClassLoader.findClass(URLClassLoader.java:382) at java.lang.ClassLoader.loadClass(ClassLoader.java:418) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352) at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ... 7 more My java/javac version is the same 1.8.0_275. Login server is working properly. In windows OS gameserver is working, I have problem on linux. Help me please !
  2. Login server is working but when i start gameserver I get this error. Any ideas? Error: A JNI error has occurred, please check your installation and try again Exception in thread "main" java.lang.NoClassDefFoundError: l2f/gameserver/handler/admincommands/IAdminCommandHandler at java.lang.Class.getDeclaredMethods0(Native Method) at java.lang.Class.privateGetDeclaredMethods(Class.java:2701) at java.lang.Class.privateGetMethodRecursive(Class.java:3048) at java.lang.Class.getMethod0(Class.java:3018) at java.lang.Class.getMethod(Class.java:1784) at sun.launcher.LauncherHelper.validateMainClass(LauncherHelper.java:650) at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:632) Caused by: java.lang.ClassNotFoundException: l2f.gameserver.handler.admincommands.IAdminCommandHandler at java.net.URLClassLoader.findClass(URLClassLoader.java:382) at java.lang.ClassLoader.loadClass(ClassLoader.java:418) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352) at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ... 7 more
  3. Can u explain me how to install this buffer? I need step by step guide
×
×
  • Create New...