Module org.applied_geodesy.jag3d not found
I tried running the following command on the source code using ubuntu linux, "java -jar -Xms200m -Xmx500m --class-path "./resources;" --module-path "jag3d.jar;./javafx/lib;./lib;" --module org.applied_geodesy.jag3d/org.applied_geodesy.jag3d.ui.JAG3D" and it display the following error.
Error occurred during initialization of boot layer
java.lang.module.FindException: Module org.applied_geodesy.jag3d not found
Is there any additional module I need to install or run?