How to get L2J Server with Eclipse
Necessary software to download and install
- Eclipse Classic 3.7.2: http://www.eclipse.org/downloads/
- Java SE JDK 7u4: http://www.oracle.com/technetwork/java/javase/downloads/index.html
- Subclipse 1.8.8: http://subclipse.tigris.org/servlets/ProjectProcess?pageID=p4wYuA
- Subversion 1.7.4: http://subversion.apache.org/packages.html
Note for Subversion: If you are using Windows download:
- SlikSVN: http://www.sliksvn.com/en/download
Set JAVA_HOME
http://wso2.org/project/wsas/java/2.0/docs/setting-java-home.html
Install Subclipse in Eclipse
Install instructions can be found here: http://subclipse.tigris.org/servlets/ProjectProcess?pageID=p4wYuA
We recomend to enable this option.
Window -> Preferences-> Team -> SVN -> Console
When Subclipse has been installed, press on:
Window -> Show View -> Other
and select SVN Repository.

Anywhere in the white space of the SVN Repository window, Right click
Choose New -> Repository Location

Put this in the Url field
http://svn.l2jserver.com/branches/unstable/L2J_Server_BETA
Then press Finish

Right click in the GameServer Repository
and select Checkout.
After Checkout is done... click in the Navigator window
Expand the directory tree to find the build.xml of the GameServer
Right click on build.xml -> Run As -> 1 Ant Build
Now it will compile the GameServer to a ZIP File.
Now pay close attention to the
next window because it will display where it compiled a much
needed zip file which is your main server files. Go to that location
and extract the files in l2j-server.zip to your l2j-server folder and
overwrite any old files if you have a previous version.
Now to Install L2J continue here -> Installing L2J, Running the Server
To Update Source Code from now on, after initial Checkout:
In the Navigator window:
Right click on L2_Gameserver.
Select Team.
Select Synchronize With Repository.
A Sychronize pane will open with a list of updates.
Right click on L2_Gameserver.
Click Update.
Compile and install again.
Attachments
- compiler.gif (61.0 KB) - added by MELERIX 3 years ago.
- jre.gif (50.0 KB) - added by MELERIX 3 years ago.
- svn.gif (16.7 KB) - added by MELERIX 3 years ago.
- newrepo.gif (7.1 KB) - added by MELERIX 3 years ago.
- srepo.gif (34.0 KB) - added by MELERIX 3 years ago.
- scheckout.gif (8.7 KB) - added by MELERIX 3 years ago.
- sbuild.gif (16.3 KB) - added by MELERIX 3 years ago.
- recommend.gif (73.0 KB) - added by MELERIX 3 years ago.
- sbuilddone.gif (43.1 KB) - added by MELERIX 3 years ago.
Download all attachments as: .zip
