Hi,
I generated the artifacts for MonacoFX-Tutorial-01 (MonacoFX-Tutorial-01.tar and MonacoFX-Tutorial-01.zip) with Gradle and tried to extract and run the application on a different computer.
I transferred MonacoFX-Tutorial-01.tar to the other computer, extracted it with tar-command and tried to run the binary:
$ tar xf MonacoFX-Tutorial-01.tar
$ MonacoFX-Tutorial-01/bin/MonacoFX-Tutorial-01
Fehler: Zum Ausführen dieser Anwendung benötigte JavaFX-Runtime-Komponenten fehlen
(English error message: Application execution after build: Error: JavaFX runtime components are missing, and are required to run this application)
I think there is something wrong with the plugin that is used to create the build.
Cheers
Thorsten