Page 1 of 1

Patch in a compile...

Posted: Mon Aug 03, 2009 11:38 am
by MetalBlack
I want ask one thing... if I got a server alredy compile,there's a way for apply a patch on it?
If I use an decompiler how can I recompile it?

Sorry for all my stupid question and for my bad english! xD

Re: Patch in a compile...

Posted: Mon Aug 03, 2009 11:47 am
by janiii
you cant apply a patch on a decompiled source. patches are done from the svn source code and can be applied only on these.

you have to download sources from the l2j svn repository, and then apply the patch on it, then build it with ant.

Re: Patch in a compile...

Posted: Mon Aug 03, 2009 11:51 am
by MetalBlack
thx a lot janiii

Re: Patch in a compile...

Posted: Mon Aug 03, 2009 12:20 pm
by MetalBlack
but if I want try edit by hand a .class file how can I can I save it? I had try a decompiler but it save me a file only in .java

Re: Patch in a compile...

Posted: Mon Aug 03, 2009 12:31 pm
by devo
You cant do it using decompiler, download from svn, there you can edit it.