Page 1 of 1

Faster server update?

Posted: Sat Jan 17, 2015 12:20 pm
by LSG
Hello, I just wanted to ask if there was a easier way to apply a update to my server after I change some java code in eclipse and compile it besides opening the L2j_server.zip and L2j_database.zip and copying over every file. Thanks.

Re: Faster server update?

Posted: Sat Jan 17, 2015 4:35 pm
by jurchiks
If you only change the java part, then you can just compile and copy over l2jserver.jar from the build directory. For DP you don't need to compile anything as DP contains no compiled code - you can copy your changed files over directly. Or, if your server is located on the same machine as the source code (i.e. if you're just testing it) then you can just set the Config.DATAPACK_ROOT to your source dp folder and avoid compiling/copying anything.