Jump to content
  • 0

[Help]Eclipse


Question

Posted

Hello guys,

 

can someone tell me how eclipse is connected with my files? (After build i go to folder where is gameserver and datapack and unzip it in new folder and if

I make changes or add new codes in eclipse how these changes will be in my files?

 

thanks.

 

3 answers to this question

Recommended Posts

  • 0
Posted (edited)

There is no changes involved until you build and replace the libraries. Your source folder must be different of your production server folder. Sources compile to a "usable" state, then you install it and update the folder of your server each time you want to test your new codes. There is generally only l2jserver.jar to move in order to update production server, except ofc if you edited datapack content meanwhile (then you must replace edited stuff).

 

In order to test your new codes, shutodwn your server if running, then only at this time update jar. Never replace a library while server is running, you will end with ClassCastException because of links between classes being broken.

Edited by Tryskell
  • 0
Posted

It also depends on the pack. If, for instance, you changed something @ L2JFrozen gameserver/datapack and you compile it, you'll have to replace the l2jfrozen-core.jar file.

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