How do i run archid loginserver on linux? When i try to run it i get this error:
Exception in thread "main" java.lang.NoClassDefFoundError: com/l2jarchid/gameserver/L2GameServer
Caused by: java.lang.ClassNotFoundException: com.l2jarchid.gameserver.L2GameServer
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
Could not find the main class: com.l2jarchid.gameserver.L2GameServer. Program will exit.
If anybody knows solution please post it here because i already have to launch live server!
P.S I think something is wrong with LoginServer_loop.sh
Question
azizilaika
How do i run archid loginserver on linux? When i try to run it i get this error:
If anybody knows solution please post it here because i already have to launch live server!
P.S I think something is wrong with LoginServer_loop.sh
Tried changing
to
but it didn't start anyway.
0 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now