Jump to content

Recommended Posts

Posted

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!

  • 3 weeks later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock