Jump to content
  • 0

[Help] Eclipse


vikels

Question

5 answers to this question

Recommended Posts

  • 0

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.

Link to comment
Share on other sites

  • 0

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.

Link to comment
Share on other sites

  • 0

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"/>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...