Jump to content

Recommended Posts

Posted

This guide will guide you through on what software you need for editing l2j and how to setup your system for it.

 

Necessary softwares to install:

Eclipse IDE for JAVA Developers: http://www.eclipse.org/downloads/

JAVA SE JDK: http://www.oracle.com/technetwork/java/javase/downloads/index.html

CollabNET: http://www.collab.net/downloads/subversion (requires registration)

Maven 3.1.0: http://maven.apache.org/download.cgi (required for l2jfree)

 

Every software install is just like with any other software except with eclipse and maven those are just extractables that you need to extract to a folder wherever you want them.

 

System variables to set:

If your using l2j:

Add new variable JAVA_HOME pointing to the jdk root directory.

Edit the path variable, add there %JAVA_HOME%\bin.

 

If your using l2jfree you need to also:

Add new variable M2_HOME pointing to your maven root directory.

Add new variable M2 pointing to %M2_HOME%\bin.

Add new variable MAVEN_OPTS with the value -Xmn128m -Xms256m -Xmx512m -Dmaven.test.skip=true.

Edit the path variable, add there %M2%.

 

After that restart your pc and your ready to go.

 

 

Posted

What would have great value for the community, at least for those that actually wanna stay in touch with 2013 and not stick with technologies of the past, is a Maven guide. Specifically:

 

Migrating an L2J Project from Ant to Maven

Handling libs and project dependencies

Handling assembly and deployment.

 

Posted

What would have great value for the community, at least for those that actually wanna stay in touch with 2013 and not stick with technologies of the past, is a Maven guide. Specifically:

 

Migrating an L2J Project from Ant to Maven

Handling libs and project dependencies

Handling assembly and deployment.

 

 

Its nothing extremly hard i'll do that when i have time.

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