Eclipse help

If something doesn't fit in any other forum then post it here.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Locked
11kazuky11
Posts: 20
Joined: Thu Jul 07, 2011 5:47 am

Eclipse help

Post by 11kazuky11 »

guys i am super new i never use eclipse but i know how to install and use it (i have SVN)
all i want to know is for example:
i want to change some ver. in file like- net.sf.l2j.gameserver.handler.itemhandlers.ScrollOfEscape
i did change ver for Scroll of Escape: Talking Island Village so i can teleport to my custom place.
i know hot to do this
my problem starts here if anyone have some time and patience can you explain to my how to save this change
and apply to already working server?

Thank You a lot.
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Eclipse help

Post by jurchiks »

Do your changes, compile the server (Right-click build.xml -> Run as -> ant build), replace l2jserver.jar while server is OFFLINE.
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.
User avatar
Stake
Posts: 383
Joined: Sun Mar 23, 2008 9:33 pm
Location: Hungary
Contact:

Re: Eclipse help

Post by Stake »

Eclipse is a shit, use NetBeans! Far better. Spread the word! :) Anyway if you have ant installed, then go to the folder where build.xml is, and run in command line: ant -f build.xml
In Eclipse, do what jurchiks said, in NetBeans, you only have to click on "Clean and Build Project (L2J_Server)" button.
Image
Image
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Eclipse help

Post by jurchiks »

I would choose your words wiser next time; it's only your personal preference, insulting software that other people (in fact, the majority of them) like does you absolutely no good.
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.
User avatar
Stake
Posts: 383
Joined: Sun Mar 23, 2008 9:33 pm
Location: Hungary
Contact:

Re: Eclipse help

Post by Stake »

jurchiks wrote:I would choose your words wiser next time; it's only your personal preference, insulting software that other people (in fact, the majority of them) like does you absolutely no good.
Don't take it that serious. I just had a troll outbreak. I like both, however I use NB because it has built-in PHP and C++ code handlers.
Image
Image
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Eclipse help

Post by jurchiks »

Eclipse for PHP/C++ Developers has that too... Except that the PHP version is crappy, using it for work I know how bad it is. But there is other, default Eclipse functionality that seems much more comfortable than the NetBeans, as well as the SVN/Git support is IMO much better/easier to set up.

But again, it's offtopic, so...
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.
11kazuky11
Posts: 20
Joined: Thu Jul 07, 2011 5:47 am

Re: Eclipse help

Post by 11kazuky11 »

both of you
THX FOR HELP!!!
Locked