Page 1 of 1
Eclipse help
Posted: Sun Jul 31, 2011 10:40 am
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.
Re: Eclipse help
Posted: Sun Jul 31, 2011 10:49 am
by jurchiks
Do your changes, compile the server (Right-click build.xml -> Run as -> ant build), replace l2jserver.jar while server is OFFLINE.
Re: Eclipse help
Posted: Sun Jul 31, 2011 12:43 pm
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.
Re: Eclipse help
Posted: Sun Jul 31, 2011 7:20 pm
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.
Re: Eclipse help
Posted: Sun Jul 31, 2011 7:51 pm
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.
Re: Eclipse help
Posted: Sun Jul 31, 2011 8:10 pm
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...
Re: Eclipse help
Posted: Mon Aug 01, 2011 1:09 am
by 11kazuky11
both of you
THX FOR HELP!!!