Skip to content

Contribute setup

Simon816 edited this page Nov 16, 2015 · 2 revisions

4.1 Setup [Contributing]

In order to help develop Comcraft Mod Loader, you need to setup a development environment.

In this tutorial I will be using Eclipse IDE because that is what I use, if you use Netbeans for example then you will have to work it out manually.

You will need

I will not cover how to setup these software, there is help available.

Begin by opening a workspace or creating a new one then at the top right of the screen click Open Perspective
Open Perspective

Select Java ME from the choices.
Java ME Choice

On the menu bar at the top click Window then Preferences. On the dialog window navigate to Java Me -> Device Management
Device Management

Click Manual Install, browse to the installation directory of the SDK an allow it to search for devices Device Search

Press Finish to close dialog an return to Device Management where you can select default device and press OK.
Confirm

Now Click File->Import
Import

And select Existing Projects into Workspace
Select Type

Browse to project files, you can obtain the files by cloning the repository or using Download Zip button on GitHub. Browse to files
I recommend you tick Copy projects into workspace so you have a backup of the original files.

Now you have everything to start developing, but first test running by opening Application Descriptor and click on Launch as emulated Java ME JAD
Test


Contributing
Home -> Setup, Requirements -> Using MINIJOE

Clone this wiki locally