-
Notifications
You must be signed in to change notification settings - Fork 33
fn-fx doesn't work on OpenJDK 1.8 #71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This is blocked on the non-availability of OpenJFX v1.8 artifacts in a Maven repository. An email has been sent to the |
On Linuxes there is a I don't know exactly where they get their binaries, I haven't found an official Java FX 8 download link. We could ask them and bundle it in some clojars package. However, since JDK8 is not supported anymore I would not invest time in this. And if you want to use |
I just ran into this on W10. For work purposes, I have to stay on Java 8. I migrated from Oracle JDK after the January changes, onto AdoptOpenJDK (easy installer). Adopt doesn't include OpenJFX 8. I ran into this when trying some stuff recently. The current path that appears to be working is using Azul's OpenJDK, Zulu FX. They have binaries from their download page. It looks like prebuilt binaries exist for other distros as well. They appear to be full featured, so includes WebKit, etc. There are two other distros (Amazon coretto and a redhat variant) that supposedly also include backwards compat for JDK 8. This is a big sore spot. |
Steps to Reproduce:
lein do version, test
)Expected Result:
Tests run, and pass (taking note of issue #45).
Actual Result:
The text was updated successfully, but these errors were encountered: