Page 1 of 1
Server back to Java files
Posted: Sun Dec 22, 2013 12:46 pm
by Lyan
L2J Revision Number: 5937
L2JDP Revision Number: 9641
Hi
I want to apply some patch to my L2 server.
The problem is that I don't know how to to move my L2 server (with class. files) back to Eclipse with Java files.
How I can recompile it?
Re: Server back to Java files
Posted: Sun Dec 22, 2013 12:49 pm
by jurchiks
Should have kept your source code.
Download those revisions from SVN, apply patch, compile.
Re: Server back to Java files
Posted: Sun Dec 22, 2013 12:58 pm
by Lyan
jurchiks wrote:Should have kept your source code.
Download those revisions from SVN, apply patch, compile.
You can't "Recompile"?
And btw, I used nightly files and how can I keep my files without making everything from the start? I have a custom server and added many things.
Re: Server back to Java files
Posted: Sun Dec 22, 2013 1:37 pm
by jurchiks
You can't recompile what isn't source code.
Download the source code, apply your changes there.
After that, follow this guide:
http://www.l2jserver.com/wiki/Synchronization
Re: Server back to Java files
Posted: Mon Dec 23, 2013 6:34 pm
by krepstas
Thanks was searching this for years...