Server back to Java files

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
Lyan
Posts: 66
Joined: Sat Nov 05, 2011 9:55 am

Server back to Java files

Post 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?
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Server back to Java files

Post by jurchiks »

Should have kept your source code.
Download those revisions from SVN, apply patch, compile.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Lyan
Posts: 66
Joined: Sat Nov 05, 2011 9:55 am

Re: Server back to Java files

Post 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.
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Server back to Java files

Post 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
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
krepstas
Posts: 57
Joined: Mon Sep 17, 2012 10:14 am

Re: Server back to Java files

Post by krepstas »

jurchiks wrote: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
Thanks was searching this for years...
Post Reply