L2JMobius

High Five Working on eclipse

Obitusa · 4 · 1765

Offline Obitusa

  • Vassal
  • *
    • Posts: 2
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.


Online CostyKiller

  • Distinguished King
  • *****
    • Posts: 953
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.


Online nasseka

  • Distinguished King
  • *****
    • Posts: 1729
    • L2Unknown
Or for testing purposes, you can run the server in debug mode directly from eclipse without building. Unzip and so on


Offline Obitusa

  • Vassal
  • *
    • Posts: 2
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!