KyriakosGR Posted September 23, 2012 Posted September 23, 2012 Καλησπέρα έχω το pack acis και όταν πάω να ανοίξω τον Loginserver η τον GameServer μου βγάζει τα παρακάτω προβλήματα Loginserver: Exception in thread "main" java.lang.NoClassDefFoundError: net/sf/l2j/loginserve r/L2LoginServer Caused by: java.lang.ClassNotFoundException: net.sf.l2j.loginserver.L2LoginServe r at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(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.lang.ClassLoader.loadClass(Unknown Source) Could not find the main class: net.sf.l2j.loginserver.L2LoginServer. Program wi ll exit. Server have terminated abnormaly. Server terminated. Gameserver: Exception in thread "main" java.lang.NoClassDefFoundError: net/sf/l2j/loginserve r/L2LoginServer Caused by: java.lang.ClassNotFoundException: net.sf.l2j.loginserver.L2LoginServe r at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(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.lang.ClassLoader.loadClass(Unknown Source) Could not find the main class: net.sf.l2j.loginserver.L2LoginServer. Program wi ll exit. Server have terminated abnormaly. Server terminated. Πιέστε ένα πλήκτρο για συνέχεια. . .
0 K4rmaArr0ws Posted September 23, 2012 Posted September 23, 2012 Πιστεύω πώς δεν έχεις την σωστή java installed.
0 KyriakosGR Posted September 23, 2012 Author Posted September 23, 2012 Πιστεύω πώς δεν έχεις την σωστή java installed. Δεν νομίζω να είναι αυτό γιατί έχω την τελευταία έκδοση.
0 KyriakosGR Posted September 23, 2012 Author Posted September 23, 2012 Compile εχεις κανει, ετσι; Στα συγκεκριμένα όχι αλλά δεν έχει σχέση το Compile δεν θέλω να περάσω η να επεξεργαστώ τίποτα να ανοίξω τον server θέλω..
0 UnSponsored Posted September 23, 2012 Posted September 23, 2012 Στα συγκεκριμένα όχι αλλά δεν έχει σχέση το Compile δεν θέλω να περάσω η να επεξεργαστώ τίποτα να ανοίξω τον server θέλω.. dokimase ena compile kai katevase to java 1.7
0 LinkinParK Posted September 23, 2012 Posted September 23, 2012 Εχεις κατεβασει καποιο παλιο compiled rev ή τα τελευταια sources ;
0 KyriakosGR Posted September 23, 2012 Author Posted September 23, 2012 Εχεις κατεβασει καποιο παλιο compiled rev ή τα τελευταια sources ; Έχω κατεβάσει το Rev 260.
0 UnSponsored Posted September 23, 2012 Posted September 23, 2012 Έχω κατεβάσει το Rev 260. kateavse to new eclipse pou exei apo mono tou to java 1,7 kai kanto compile kai 3anapesmas
0 LinkinParK Posted September 23, 2012 Posted September 23, 2012 Έχω κατεβάσει το Rev 260. Αρα source. Γιατι πας να τρεξεις source code, οεο;
0 KyriakosGR Posted September 23, 2012 Author Posted September 23, 2012 Αρα source. Γιατι πας να τρεξεις source code, οεο; Γιατί δεν έχω το pack? :P Έκανα εγκατάσταση μια νέα έκδοση του Java και μου βγάζει λιγότερα error: Loginserver: Error: Could not find or load main class net.sf.l2j.loginserver.L2LoginServer Server have terminated abnormaly. Server terminated. Πιέστε ένα πλήκτρο για συνέχεια. . . Gameserver: Error: Could not find or load main class net.sf.l2j.gameserver.GameServer Server have terminated abnormaly. Server terminated. Πιέστε ένα πλήκτρο για συνέχεια. . .
0 LinkinParK Posted September 23, 2012 Posted September 23, 2012 Κανε compile τα αρχεια που κατεβασες, πηγαινε στον φακελο build (ξεχωριστα login/game server), παρε τα αρχεια που θα σου εχει εκει, ριχτα στον ιδιο φακελο και ανοιξε τον server σου κανονικα EDIT: Τωρα ειδα το υπολοιπο απο το τελευταιο σου post. Αυτο που σου λεει ειναι οτι λειπουν τα l2jserver.jar απο τους φακελους gameserver/libs και loginserver/libs. Κανε compile οπως σου ειπα (οπως και ο UnSponsored) και θα εισαι μια χαρα :)
0 KyriakosGR Posted September 23, 2012 Author Posted September 23, 2012 Κανε compile τα αρχεια που κατεβασες, πηγαινε στον φακελο build (ξεχωριστα login/game server), παρε τα αρχεια που θα σου εχει εκει, ριχτα στον ιδιο φακελο και ανοιξε τον server σου κανονικα EDIT: Τωρα ειδα το υπολοιπο απο το τελευταιο σου post. Αυτο που σου λεει ειναι οτι λειπουν τα l2jserver.jar απο τους φακελους gameserver/libs και loginserver/libs. Κανε compile οπως σου ειπα (οπως και ο UnSponsored) και θα εισαι μια χαρα :) Ευχαριστώ!
Question
KyriakosGR
Καλησπέρα έχω το pack acis και όταν πάω να ανοίξω τον Loginserver η τον GameServer μου βγάζει τα παρακάτω προβλήματα
Loginserver:
Exception in thread "main" java.lang.NoClassDefFoundError: net/sf/l2j/loginserve
r/L2LoginServer
Caused by: java.lang.ClassNotFoundException: net.sf.l2j.loginserver.L2LoginServe
r
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(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.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class: net.sf.l2j.loginserver.L2LoginServer. Program wi
ll exit.
Server have terminated abnormaly.
Server terminated.
Gameserver:
Exception in thread "main" java.lang.NoClassDefFoundError: net/sf/l2j/loginserve
r/L2LoginServer
Caused by: java.lang.ClassNotFoundException: net.sf.l2j.loginserver.L2LoginServe
r
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(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.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class: net.sf.l2j.loginserver.L2LoginServer. Program wi
ll exit.
Server have terminated abnormaly.
Server terminated.
Πιέστε ένα πλήκτρο για συνέχεια. . .
13 answers to this question
Recommended Posts