Skip to content

Developer Installation

ludgart edited this page Jan 9, 2021 · 5 revisions

Developer Installation

We prefer to use one of the following IDE softwares.

In our example we used the IDE IntelliJ IDEA.

Creating Project

After starting the developer IDE it will open a new window where you can create on the right side an new project.


Select on the left side "Java" and continue without selecting checkboxes.
Setup the project name and the location. and click on finish

Creating Package

To start the developing we need a package.
Right click on the left side on the "src" direcotry and click on "new".
Select package and fill it with a name. Example: org.example.test

Creating the Main class

Select on the left side "Java Class" on the package and call it "Main" or your project name.

Downloading libraries

We need two libraries

Setuping libraries

Click in header bar on "File -> Project Structures"
In the new window, click on left side on "libraries" and create an new entry.
Select one of the downloaded libraries and continue it with the second one.

Setuping Artifacts

Switch to the "Artifacts" section and create an new Entry "JAR -> Empty".
Give the Artifact an name. Check the "Include in project build" checkbox.
In right view, it is important to include the project source.

Click on "Put into Output Root", apply and close the window.

The installation is done. Well done!
Continue with the next tutorial Hello World

Information

Server Owner

Developer

Clone this wiki locally