Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We show how to set up a simple project with a hj-lib HelloWorld program in IntelliJ. Similar steps can be followed for other IDEs like Eclipse.

First, create a new project using the File -> New Project Menu. This should show a popup window as follows:

Image Added

Now, choose a name for your project and a directory location for the project. Remember to select the Java 8 SDK and click Next:

Image Added

On the next window click Finish, we do not need dependencies on any other technologies.

Image Added