You can import this project into IntelliJ or Eclipse.
Right-click on the example and select run
.
mvn compile exec:java -Dmain.class="examples.HeightMap"
mvn compile exec:java -Dmain.class="examples.CubicMap"
Edit Main.java
with your own code. (You can delete the examples.) Then
To run:
mvn compile exec:java