L2JMobius

Free Users => General Discussion => Topic started by: Obitusa on May 14, 2022, 09:46:53 AM

Title: Working on eclipse
Post by: Obitusa on May 14, 2022, 09:46:53 AM
Hello everyone, newbie question incoming. After working on eclipse and saving the work, I run the build again as if I'm compiling the project for first time? After that what do I need to do? Should I transfer any file from the workspace to my server? For example I worked a bit on the NoblessManager.java with no errors but I don't know how to "transfer" that to my server. Any help is much appreciated. Thanks in advance.
Title: Re: Working on eclipse
Post by: CostyKiller on May 14, 2022, 12:18:27 PM
Hi! You run the build again only if you made changes on java folder, and then after build you copy only libs/GameServer.jar from the zip into your server libs folder.
Title: Re: Working on eclipse
Post by: nasseka on May 14, 2022, 04:05:08 PM
Or for testing purposes, you can run the server in debug mode directly from eclipse without building. Unzip and so on
Title: Re: Working on eclipse
Post by: Obitusa on May 15, 2022, 01:33:43 PM
Or for testing purposes, you can run the server in debug mode directly from eclipse without building. Unzip and so on
Hi! You run the build again only if you made changes on java folder, and then after build you copy only libs/GameServer.jar from the zip into your server libs folder.
Thank you both for the replies!