Module org.applied_geodesy.jag3d not found

by Micha ⌂, Bad Vilbel, Tuesday, May 14, 2024, 08:19 (74 days ago) @ jeremylkk95

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.jar

or with some extra space

java -jar -Xms200m -Xmx500m jag3d.jar

You will get the warning WARNING: Unsupported JavaFX configuration. However, it should work as you can see on my screenshot (testing on windows system).

[image]

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

Tags:
Java, Ubuntu, Linux, module-path


Complete thread:

 RSS Feed of thread