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...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...