Troubles with l2j Epilogue
Posted: Sat Apr 10, 2010 9:01 am
Hi all,
Server Version= 4054
Datapack Version= 7237
After installation and adjustment (i'm use tutorial from Wiki) i'm try start LoginServer, but it don't work:
I'm try change adress in line
./../ -> B:/l2jserver/
but error:
I understand that the program can not find these files, but i don't know where fix it.
OC Windows Vista
Adress of folder - B:/l2jserver
listening of folder:
images, libs, cb_sql, community, doc, gameserver, languages, login, sql, tools
Help plz
P.S. Sorry for my bad english
ADDED:
I know that can fix it if change the location of files, but I think must be another solution?
Server Version= 4054
Datapack Version= 7237
After installation and adjustment (i'm use tutorial from Wiki) i'm try start LoginServer, but it don't work:
Code: Select all
Starting L2J Login Server. Exception in thread "main" java.lang.NoClassDefFoundError: com/l2jserver/loginserver/L2LoginServerCaused by: java.lang.ClassNotFoundException: com.l2jserver.loginserver.L2LoginServer 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) at java.lang.ClassLoader.loadClassInternal(Unknown Source)Could not find the main class: com.l2jserver.loginserver.L2LoginServer. Program will exit. Server terminated abnormaly server terminated
Code: Select all
java -Xms128m -Xmx128m -cp ./../libs/*;l2jlogin.jar com.l2jserver.loginserver.L2LoginServer
Code: Select all
java -Xms128m -Xmx128m -cp B:/l2jserver/libs/*;l2jlogin.jar com.l2jserver.loginserver.L2LoginServer
Code: Select all
java.io.FileNotFoundException: .\log.cfg (═х єфрхЄё эрщЄш єърчрээ√щ Їрщы) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.<init>(Unknown Source) at com.l2jserver.loginserver.L2LoginServer.<init>(L2LoginServer.java:81) at com.l2jserver.loginserver.L2LoginServer.main(L2LoginServer.java:57)10.04.2010 12:54:01 com.l2jserver.Config loadINFO: loading login configjava.io.FileNotFoundException: .\config\loginserver.properties (═х єфрхЄё эрщЄш єърчрээ√щ Їрщы) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.<init>(Unknown Source) at com.l2jserver.Config.load(Config.java:2469) at com.l2jserver.loginserver.L2LoginServer.<init>(L2LoginServer.java:106) at com.l2jserver.loginserver.L2LoginServer.main(L2LoginServer.java:57)Exception in thread "main" java.lang.Error: Failed to Load ./config/loginserver.properties File. at com.l2jserver.Config.load(Config.java:2519) at com.l2jserver.loginserver.L2LoginServer.<init>(L2LoginServer.java:106) at com.l2jserver.loginserver.L2LoginServer.main(L2LoginServer.java:57) Server terminated abnormaly server terminated
OC Windows Vista
Adress of folder - B:/l2jserver
listening of folder:
images, libs, cb_sql, community, doc, gameserver, languages, login, sql, tools
Help plz

P.S. Sorry for my bad english

ADDED:
I know that can fix it if change the location of files, but I think must be another solution?