Wiki

Clone wiki

L2JUnity / Home

In order to setup the project you gonna need some tools.

If you use Eclipse you have to install this plugin: Go to Help -> Eclipse Marketplace: In the search type in: Gradle

Install this plugin: Gradle IDE Pack 3.7.X + 1.0.x

Plugin

After you installed the plugin and restarted your Eclipse, clone the project from Git.

From menu File -> Import -> Git -> Projects from Git -> Clone URI


Paste in URL: https://bitbucket.org/UnAfraid/l2junity.git

Press Next

Press Next

Select Directory for example: D:\Projects\Java\Repositories\L2JUnity-Private

Select 'Import using New Project Wizard' and click Finish

Click cancel Once you have it cloned, import the project from File -> Import -> Gradle -> Gradle Project.

Select the Root folder of the git repository that you cloned and press 'Build Model' once you do that you should see this:

Select all projects and click 'Finish'

When process finish you should see this:

In order to get 'Gradle Tasks' window go to Window -> Show View -> Other -> Gradle (STS) -> Gradle Tasks.

In order to build the projects use Gradle Tasks, select 'Voting Reward' as Project and then double click on 'distZip'

You will find the l2junity-gameserver.zip in l2junity-gameserver/build/distributions

Updated