- Joined
- May 27, 2004
- Messages
- 27
- Reaction score
- 0
[mod]
This is a guide for compiling source code of l2j, and it is my first guide in English. If there are mistakes, please tell me, thanks!
Now is the guide!
1. You must install j2se first before you run Eclipse. You can download the package from this link :
2. Download Eclipse from this link :
3. Run eclipse.exe in the folder you just unzipped. You will see the dialog box below, just select a folder to save you source code, then click OK button:
4. Then you will see the workspace of Eclipse. At this step, we begin to download source code of l2j. Click File > New -> Project..., shown as below:
5. After you click the Project menu item, you will see the New Project dialog box, select CVS > Checkout Projects from CVS in the Wizard box, then click Next button, shown as below:
6. Then you will see the Checkout from CVS dialog box. Fill in the blanks just shown as in the picture below, then click Next botton:
7. In this step, you must choice a module from CVS, so you should select Use an existing module radio button, wait for a while, in the box module list box, there are the modules listed in it. You should select L2_Gameserver from the list, then click Finish button, the step shown as below:
8. Atfter you click the Finish button, you will see the dialog box shown as below, then you should click Run in Background button:
9. After you click the Run in Background button, you will see an empty workspace of Eclipse. Then double click the region marked with red pen in the picture below, you will see the workspace shown as below:
10. Wait until the Eclipse download the module you selected. After the whole module has been downloaded, you will see the situation shown as below:
11. Right click the L2_Gameserver item from the Navigator tag on the left of the workspace, choose Run > Run..., shown as below:
12. After you select the Run... menu item, you will see the situation shown as below, then select L2_GameServer item from the Configurations list box on the left of the workspace, click Run botton:
13. At last, you will see the Eclipse compile the source code, and run the game server, shown as below:
thanks to zerphy..
U are great man yo!
[/mod]Eragon said:Read this 1st :
To view the content, you need to sign in or register
This is a guide for compiling source code of l2j, and it is my first guide in English. If there are mistakes, please tell me, thanks!
Now is the guide!
1. You must install j2se first before you run Eclipse. You can download the package from this link :
To view the content, you need to sign in or register
. Download and install it. 2. Download Eclipse from this link :
To view the content, you need to sign in or register
, and unzip it into you destination folder, such as : c:\Eclipse. 3. Run eclipse.exe in the folder you just unzipped. You will see the dialog box below, just select a folder to save you source code, then click OK button:
4. Then you will see the workspace of Eclipse. At this step, we begin to download source code of l2j. Click File > New -> Project..., shown as below:
5. After you click the Project menu item, you will see the New Project dialog box, select CVS > Checkout Projects from CVS in the Wizard box, then click Next button, shown as below:
6. Then you will see the Checkout from CVS dialog box. Fill in the blanks just shown as in the picture below, then click Next botton:
7. In this step, you must choice a module from CVS, so you should select Use an existing module radio button, wait for a while, in the box module list box, there are the modules listed in it. You should select L2_Gameserver from the list, then click Finish button, the step shown as below:
8. Atfter you click the Finish button, you will see the dialog box shown as below, then you should click Run in Background button:
9. After you click the Run in Background button, you will see an empty workspace of Eclipse. Then double click the region marked with red pen in the picture below, you will see the workspace shown as below:
10. Wait until the Eclipse download the module you selected. After the whole module has been downloaded, you will see the situation shown as below:
11. Right click the L2_Gameserver item from the Navigator tag on the left of the workspace, choose Run > Run..., shown as below:
12. After you select the Run... menu item, you will see the situation shown as below, then select L2_GameServer item from the Configurations list box on the left of the workspace, click Run botton:
13. At last, you will see the Eclipse compile the source code, and run the game server, shown as below:
thanks to zerphy..
U are great man yo!
Last edited by a moderator: