Running the project

Now that all source files are in place and the necessary classes are implemented we can compile and run the project. If you are using Gradle (as recommended) start a build by executing:

gradle jar

After the build succeeded you will find a *.jar file in the build/lib/ directory that you can run.

Hello Application