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...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock