Module org.applied_geodesy.jag3d not found
Hello,
I tried running the following command on the source code using ubuntu linux
What is the installed Java version? YOu can check it via java -version.
To run JAG3D, you can simple use
java -jar jag3d.jaror with some extra space
java -jar -Xms200m -Xmx500m jag3d.jarYou will get the warning WARNING: Unsupported JavaFX configuration. However, it should work as you can see on my screenshot (testing on windows system).
![[image]](https://i.ibb.co/L9vShWG/jag3d-shell.png)
Error occurred during initialization of boot layer
java.lang.module.FindException: Module org.applied_geodesy.jag3d not found
Please check the correct syntax using java -help, especially the file separator. For windows user, it is:
--module-path <module path>...
A ; separated list of directories, each directory
is a directory of modules.At Ubuntu the separator can be a : instead of a ;
Kind regards
Micha
--
applied-geodesy.org - OpenSource Least-Squares Adjustment Software for Geodetic Sciences