Problem running my own compiled server

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
lucasbertz
Posts: 3
Joined: Fri May 20, 2011 2:56 am

Problem running my own compiled server

Post 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
User avatar
UnAfraid
L2j Veteran
L2j Veteran
Posts: 4199
Joined: Mon Jul 23, 2007 4:25 pm
Location: Bulgaria
Contact:

Re: Problem running my own compiled server

Post by UnAfraid »

Any errors while compiling?
Image
Sdw
L2j Veteran
L2j Veteran
Posts: 855
Joined: Mon May 03, 2010 8:38 am
Location: France

Re: Problem running my own compiled server

Post by Sdw »

I don't think l2j use manifest, so most likely coming from the command line, like à missing cp options ?
lucasbertz
Posts: 3
Joined: Fri May 20, 2011 2:56 am

Re: Problem running my own compiled server

Post by lucasbertz »

UnAfraid wrote:Any errors while compiling?
None... It says the server was succesfully compiled.
User avatar
UnAfraid
L2j Veteran
L2j Veteran
Posts: 4199
Joined: Mon Jul 23, 2007 4:25 pm
Location: Bulgaria
Contact:

Re: Problem running my own compiled server

Post 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?
Image
lucasbertz
Posts: 3
Joined: Fri May 20, 2011 2:56 am

Re: Problem running my own compiled server

Post 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
Post Reply