I can confirm that the current version can be installed and run with java-openjfx-bin
and java-environment
, both of which are Java 22.
The changes I made to my local PKGBUILD:
...
depends=('java-environment' 'java-openjfx-bin' 'hicolor-icon-theme')
...
sed -i '/^BOOT_CLASS/ aJFX_ARGS="--module-path \/usr\/lib\/jvm\/java-22-openjfx\/lib\/ --add-modules=ALL-MODULE-PATH"' $srcdir/ganttproject
...
Pinned Comments
lightspot21 commented on 2023-03-15 13:15 (UTC) (edited on 2023-03-15 13:18 (UTC) by lightspot21)
Maintainer here. Sorry for the delay in answers, I am currently not using the software actively.
@zertyz I have merged @ulyssesrr's fix for the missing $JFX_ARGS after confirming it works on my machine too, so at least 3.2.3240 should install correctly.
Unfortunately it looks like that the software's author has changed the method of delivering updates, and currently I have no time to update the script to the new method. If anyone is interested in helping with this I am glad to merge their changes/add them as co-maintainer if they can be more active with updates.