[Help] Decompile a server, compile.bat L2J 

Newbie Spellweaver
Joined
May 18, 2007
Messages
16
Reaction score
0
I have a general question. I can download a server pack no problem with the SVN. I can even compile and build the ant .ZIP.


My question is how do I break apart or decompile a server (that is all put together). I want to get access to the .java files of an L2J server I made a while ago. I have searched for exact instructions but no luck.

Any help please?
 
Re: [Help] Decompile a server? compile.bat?

I have a general question. I can download a server pack no problem with the SVN. I can even compile and build the ant .ZIP.


My question is how do I break apart or decompile a server (that is all put together). I want to get access to the .java files of an L2J server I made a while ago. I have searched for exact instructions but no luck.

Any help please?

Well there are decompilers available to decompile the l2jgameserver for example but you can not change anything.When you will decompile the programm change.For example the config.jjava that located in java.net.sf.l2j when you decompile it will nt be there so if you change anything it will not work

So i suggest you to add your things via eclipse and recompile again.Two minits is
 
Upvote 0
Back