sτrίkε- Posted November 3, 2008 Posted November 3, 2008 Step 1: Download the newest Java SE JDK from http://java.sun.com/ and install it. Step 2: Set your JAVA_HOME variable by right-clicking your "My Computer" then select properties then click the tab "Advanced" and finally click "environment variables", in the bottom of that page. then under "System variables" click "New". Set "Variable name:" to "JAVA_HOME". Set "Variable value:" to your java JDK home directory, by default this is "c:\Program Files\Java\jdk1.6.0_06". Be sure to relog your windows account or do a reboot for it to take effect. Step 3: Download tortoiseSVN from http://tortoisesvn.tigris.org/ and install it. Step 4: Make a new folder, right click it and select "SVN Checkout..." then set "URL of repository" to : "svn://www.l2jfree.com/repo/l2j-free/release/L2_GameServer" and click OK. You will now be downloading the current lifecycle to that folder. Step 5: Download maven 2 from http://maven.apache.org/download.html and extract it to an empty folder. Step 6: Open a command prompt (windows key + R -> cmd -> <enter>). In the command prompt go to either your "L2_GameServer" folder within your checkout folder then type Code: "X:/path/to/maven2/bin/mvn assembly:assembly -Dmaven.test.skip=true" <enter> where X is the drive letter where you extracted your maven. Step 7: For LoginServer do the same steps but svn URL is: "svn://www.l2jfree.com/repo/l2j-free/release/L2_LoginServer" Credits To Noctarius From L2J Free Forum!
xMaylox Posted November 22, 2008 Posted November 22, 2008 cool man! good job! P.S same as Ace's compile guys just missing some steps;)
sτrίkε- Posted November 22, 2008 Author Posted November 22, 2008 yes...it's not very explained... ace make a better guide than me... but i dont make it... it's with credits :D
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now