How to get L2J DataPack 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.9: 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
https://svn.l2jdp.com/branches/unstable/L2J_DataPack_BETA
Then press Finish

Right click in the DataPack Repository
and select Checkout.
After Checkout is done... click in the Navigator window
Expand the directory tree to find the build.xml of the DataPack
Right click on build.xml -> Run As -> 1 Ant Build
Now it will compile the DataPack to a ZIP File.
When the Compile is finished, Pay attention to the directory that it places the ZIP File in. (Example highlighted below)

There is your DataPack zip file compiled
Follow the instructions in the readme.txt to Install it.
Attachments
- compiler.gif (61.0 KB) - added by melerix 4 years ago.
- build.gif (17.7 KB) - added by melerix 4 years ago.
- checkout.gif (8.8 KB) - added by melerix 4 years ago.
- dprepo.gif (34.1 KB) - added by melerix 4 years ago.
- newrepo.gif (7.1 KB) - added by melerix 4 years ago.
- svn.gif (16.7 KB) - added by melerix 4 years ago.
- jre.gif (50.0 KB) - added by melerix 3 years ago.
- recommend.gif (73.0 KB) - added by MELERIX 3 years ago.
- dpbuilddone.gif (20.4 KB) - added by MELERIX 3 years ago.
Download all attachments as: .zip
