Page 1 of 1

Problem running my own compiled server

Posted: Tue Jun 17, 2014 1:33 pm
by lucasbertz
When I try to run a server that I compiled (even if I didn't change anything) I get the following error: "Error: Could not find or load main class com.l2jserver.loginserver.L2LoginServer ".

Same happens with GameServer....

Btw, nightlies are working fine...

I'm using the latest rev on svn.

I already tried reinstalling everything following the guide (http://trac.l2jserver.com/wiki/Eclipse) and I'm still getting the error

Re: Problem running my own compiled server

Posted: Wed Jun 18, 2014 4:24 pm
by UnAfraid
Any errors while compiling?

Re: Problem running my own compiled server

Posted: Wed Jun 18, 2014 9:17 pm
by Sdw
I don't think l2j use manifest, so most likely coming from the command line, like à missing cp options ?

Re: Problem running my own compiled server

Posted: Thu Jun 19, 2014 3:19 am
by lucasbertz
UnAfraid wrote:Any errors while compiling?
None... It says the server was succesfully compiled.

Re: Problem running my own compiled server

Posted: Thu Jun 19, 2014 8:42 am
by UnAfraid
lucasbertz wrote:
UnAfraid wrote:Any errors while compiling?
None... It says the server was succesfully compiled.
So you run build from eclipse's ant menu.
then u copy both zips generated inside build folders of both projects at one folder and then extract them at this folder.
And install database and run the server?

Re: Problem running my own compiled server

Posted: Fri Jun 20, 2014 6:35 pm
by lucasbertz
UnAfraid wrote:
lucasbertz wrote:
UnAfraid wrote:Any errors while compiling?
None... It says the server was succesfully compiled.
So you run build from eclipse's ant menu.
then u copy both zips generated inside build folders of both projects at one folder and then extract them at this folder.
And install database and run the server?
Yes... I configure the server, run it and then get that error on console