Question about updating the server trough eclipse.

If something doesn't fit in any other forum then post it here.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
dasoldier
Posts: 73
Joined: Wed May 31, 2006 6:26 pm
Location: Holland
Contact:

Question about updating the server trough eclipse.

Post by dasoldier »

Hey guys,

Here i have a question about updating some files to the last rev in eclipse.

I have downloaded these updates some minutes ago.
This are the files i have updated and builded with eclipse.

Code: Select all

update C:/l2j server/workspace eclipse/L2J_Server_BETA -r HEAD --force    U   C:/l2j server/workspace eclipse/L2J_Server_BETA/java/config/Character.properties    U   C:/l2j server/workspace eclipse/L2J_Server_BETA/java/com/l2jserver/Config.java    Updated to revision 4578.    ===== File Statistics: =====    Updated: 2  update C:/l2j server/workspace eclipse/L2J_DataPack_BETA -r HEAD --force    A   C:/l2j server/workspace eclipse/L2J_DataPack_BETA/sql/server/updates/20110419update.sql    U   C:/l2j server/workspace eclipse/L2J_DataPack_BETA/data/scripts/ai/individual/Frintezza.java    U   C:/l2j server/workspace eclipse/L2J_DataPack_BETA/data/html/default/32325.htm    U   C:/l2j server/workspace eclipse/L2J_DataPack_BETA/data/html/default/32326.htm    U   C:/l2j server/workspace eclipse/L2J_DataPack_BETA/data/multisell/32326002.xml    U   C:/l2j server/workspace eclipse/L2J_DataPack_BETA/data/stats/skills/00900-00999.xml    U   C:/l2j server/workspace eclipse/L2J_DataPack_BETA/data/stats/skills/00400-00499.xml    Updated to revision 7912.    ===== File Statistics: =====    Added: 1    Updated: 6
I'm running the unstable branch (H5).
Now i want to add these files from the build that i have created with eclipse to my server.
my server is running on a other location than the workspace from eclipse. (c:/Myservername/l2jserver)
I almost can place all the files, but i cannot find where to put the Config.java.
Or do i need to replace the l2jlogin.jar, l2jserver.jar for that to get it updated with the new config.java ?

Greetings,
Dasoldier
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Question about updating the server trough eclipse.

Post by jurchiks »

DON'T use BETA branch if you don't have any serious experience in programming and/or testing.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
dasoldier
Posts: 73
Joined: Wed May 31, 2006 6:26 pm
Location: Holland
Contact:

Re: Question about updating the server trough eclipse.

Post by dasoldier »

i'm not asking that jurchiks.
And I'm not running this server for the public, i just wanted to see how some custom mods that i use for the server would work out on this unstable branch (h5).
And yes i'm aware that i can get errors with this unstable branch.
dasoldier
Posts: 73
Joined: Wed May 31, 2006 6:26 pm
Location: Holland
Contact:

Re: Question about updating the server trough eclipse.

Post by dasoldier »

Oke guys,

I think ive found the config.java in l2jserver-src.jar.
I've replaced the file inside and it is still looking oke.
Thnx for ur help.....
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Question about updating the server trough eclipse.

Post by jurchiks »

you don't even use the source code yet you try to apply a core patch...
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Post Reply