-
Notifications
You must be signed in to change notification settings - Fork 52
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
Openjdk11 / openjfx #18
Comments
Here you go, it is now java 11 compatible :) https://github.com/javaterminal/TerminalFX |
Is it possible to still provide target support to older versions of java? Right now both the source and target of the emitted classes are Java 11 only; when I try to use v1.0.9 in a Java 8 project I get a version mismatch error (Class versions are 55.0, which is Java 11). |
v1.0.8 is Java 8 compatible. I'll look to deliver new versions for Java 8 and Java 12. |
This worked like a charm in openjdk 11.0.2 with openjfx 12 from Maven. Tested on Ubuntu 18.04.2 LTS. Thank you! |
Is there any chance that this awesome piece of code will run with OpenJDK11/OpenJFX?
TIA!
The text was updated successfully, but these errors were encountered: