Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fix case.

The Apache SIS visual application is currently used as a testing tools for checking SIS capability to read, transform and visualize data files. However we try to make it usable by non-developers too. We do not yet distribute a binary for this application; it has to be built on developer machine for nowSome details are given on the web site.

Build, installation and execution

Prerequisites are Java 14, JavaFX 14 (for build and run) and Maven (for build only). Java and JavaFX must be preinstalled; the project does not bundle JavaFX for licensing reason. The development version can be built as below (replace pathPATH_toTO_JavaFXFX by the path to the directory where JavaFX has been installed. Do not forget to append the lib sub-directory):

...