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
Problem running my own compiled server
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- UnAfraid
- L2j Veteran
- Posts: 4199
- Joined: Mon Jul 23, 2007 4:25 pm
- Location: Bulgaria
- Contact:
-
- L2j Veteran
- Posts: 855
- Joined: Mon May 03, 2010 8:38 am
- Location: France
Re: Problem running my own compiled server
I don't think l2j use manifest, so most likely coming from the command line, like à missing cp options ?
-
- Posts: 3
- Joined: Fri May 20, 2011 2:56 am
Re: Problem running my own compiled server
None... It says the server was succesfully compiled.UnAfraid wrote:Any errors while compiling?
- UnAfraid
- L2j Veteran
- Posts: 4199
- Joined: Mon Jul 23, 2007 4:25 pm
- Location: Bulgaria
- Contact:
Re: Problem running my own compiled server
So you run build from eclipse's ant menu.lucasbertz wrote:None... It says the server was succesfully compiled.UnAfraid wrote:Any errors while compiling?
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?
-
- Posts: 3
- Joined: Fri May 20, 2011 2:56 am
Re: Problem running my own compiled server
Yes... I configure the server, run it and then get that error on consoleUnAfraid wrote:So you run build from eclipse's ant menu.lucasbertz wrote:None... It says the server was succesfully compiled.UnAfraid wrote:Any errors while compiling?
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?