Ok so i have a problem running the server on ubuntu.I installed java and everything that's needed for it to run but i keep getting errors.I've tried searching on google for a while but nothing.I want to also mention that it was compiled on windows although i don't think that's a problem.I'm even using the same jdk on ubuntu i used to compile on windows.
So here are the errors with a modification where you see <PATH> it was edited for personal reasons and it's not needed anyway.
GAMESERVER ERROR
Exception in thread "main" java.lang.NoClassDefFoundError: <PATH>
Caused by: java.lang.ClassNotFoundException: <PATH>
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:323)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
Could not find the main class: <PATH> Program will exit.
LOGIN ERROR
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/log4j/Logger
at <PATH>.loginserver.L2LoginServer.<clinit>(L2LoginServer.java:24)
Caused by: java.lang.ClassNotFoundException: org.apache.log4j.Logger
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
... 1 more
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Good day. Our game currency store is looking for suppliers of adena and items on a project such as L2REBORN x10.
We also sell Epic jewelry and various items on this project L2REBORN x10.
There are items and adena on L2REBORN x1.
For all questions, write to us in discord - goddardshop
Question
TehJustNoName
Ok so i have a problem running the server on ubuntu.I installed java and everything that's needed for it to run but i keep getting errors.I've tried searching on google for a while but nothing.I want to also mention that it was compiled on windows although i don't think that's a problem.I'm even using the same jdk on ubuntu i used to compile on windows.
So here are the errors with a modification where you see <PATH> it was edited for personal reasons and it's not needed anyway.
10 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.