No longer builds as of May 9:
/home/zangoku/.cache/paru/clone/chatty-beta/src/chatty-0.19-b2/src/chatty/gui/components/settings/SliderLongSetting.java:66: warning: [removal] Long(long) in Long has been deprecated and marked for removal
valueLabel.setText(LABEL_PREFIX+new Long(value).toString());
^
/home/zangoku/.cache/paru/clone/chatty-beta/src/chatty-0.19-b2/src/chatty/util/SimpleCache.java:53: warning: [removal] Long(long) in Long has been deprecated and marked for removal
writer.write(new Long(System.currentTimeMillis() / 1000).toString()+"\n");
^
Pinned Comments
Freso commented on 2019-07-06 13:13 (UTC) (edited on 2019-07-06 13:13 (UTC) by Freso)
Yes, JavaFX is required if you’re using OpenJDK; see https://wiki.archlinux.org/index.php/Java#OpenJDK – however, it is not given here as a dependency since theoretically other (non-OpenJDK) Java versions should not need it (and the non-OpenJDK packages I looked at don’t specify
java-openjfx
in their$provides
). (I haven’t tested this though.)This also means that only OpenJDK 8 will work for now, since the java-openjfx package is still only available in its Java 8 version: https://www.archlinux.org/packages/extra/x86_64/java-openjfx/ (flagged out of date more than a year ago). There’s a package in testing and AUR for Java 11 as well as one in AUR for Java 13, if you’re feeling adventurous.