Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
* 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)
|
|
|
|
|
|
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!
|
|
JabRef is incompatible to java 7. Instead of hardcoding java 8 just always
use the latest of the installed JREs.
|
|
Files taken from AUR3.
|