summarylogtreecommitdiffstats
path: root/jabref.sh
AgeCommit message (Collapse)Author
2020-03-20Build from source and do not include JREMichael Lass
The package still includes all required java modules, in particular, we do not use java-openjfx. It seems that the provided javafx version is slightly different from Arch's java-openjfx, so trying to use the system jars leads to a crash on startup.
2018-04-10Make sure javafx capable JRE is usedMichael Lass
* Depend on java-openjfx in version 8 (this has to be realized by requiring java-openjfx>=8 & <9 since java-openjfx 8 does not provide java-openjfx=8) * Let archlinux-java-run ensure that a javafx-capable JRE is used (requires archlinux-java-run v4)
2017-11-18Utilize archlinux-java-run for start scriptMichael Lass
2017-08-24Force use of java 8 and update desktop fileMichael Lass
2017-02-03Improve start scriptMichael Lass
If a suitable java version is selected via archlinux-java we should use it. Otherwise use the latest version available as we did before. Thanks a lot to Rhinoceros for providing this solution!
2016-02-05Force usage of latest java versionMichael Lass
JabRef is incompatible to java 7. Instead of hardcoding java 8 just always use the latest of the installed JREs.
2015-07-05Initial commitMichael Lass
Files taken from AUR3.