this project was tested with openJDK 13 (long term stable).
From the main directory run
mvn clean packageThen, switch to the IntelMissionControl/target/artifact directory and run the following command:
java -DGDAL_DATA=gdal -jar .\OpenMissionControl.jar -Djava.util.logging.manager=org.apache.logging.log4j.jul.LogManager -Djogamp.gluegen.UseTempJarCache=false -Dprism.order=d3d -Dsun.java2d.d3d=falseUse the provided .idea/runConfigurations/Main.xml run configuration for a list of VM arguments and configuration to run the application with IntelliJ IDEA.