This is a concise, but yet complete description of all steps required for installing and running the newest version of jAlbum on Linux:
Note: Pathname of your Download folder may differ.
Edited by: karlmistelberger on 19-Jun-2018 08:02 Added system wide installation
With jAlbum switching to OpenJDK installation of
JavaFX is required for successfully running jAlbum. Modify the program starter to reflect the change of command string:
/usr/lib64/jvm/jre-13-openjdk/bin/java --module-path
/home/karl/Downloads/javafx-sdk-13.0.1/lib --add-modules=javafx.graphics,javafx.swing,javafx.web -jar
/home/karl/Downloads/jAlbum/JAlbum.jar
Values of bold strings depend on details of your installation.
Edited by: karlmistelberger on 23-Jan-2020 14:17
A full version of OpenJDK is available from BellSoft:
https://bell-sw.com/ No additional libraries needed:
java -jar /home/karl/Downloads/jAlbum/JAlbum.jar
Edited by: karlmistelberger on 19-Feb-2020 12:29