Jump to content
  • 0

[Help] Eclipse


Question

5 answers to this question

Recommended Posts

  • 0
Posted

Assuming c:/server is your server files once installed, it changes only your workspace.

 

You need to :

- compile project

- close your serer

- copy paste files to your c:/server (generally only l2jserver.jar, but it depends of your changes).

- launch back server

to see a change.

  • 0
Posted

Only workspace.

And if you want add this changes to your server, you have to compile project and copy l2jserver.jar (from workspace gameserver/build folder) and paste to your servers libs folder.

  • 0
Posted

Just another comment, in the build.xml file you can change the path the .jar file gets placed when you compile to make it a bit easier:

<property name="src" location="java"/>
<property name="lib" location="lib"/>
<property name="build" location="build"/>
<property name="build.classes" location="${build}/classes"/>
<property name="build.dist" location="${build}/dist"/>
<property name="build.dist.login" location="D:/l2j-server/login"/>
<property name="build.dist.game" location="D:/l2j-server/gameserver"/>

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..