TerminalFX icon indicating copy to clipboard operation
TerminalFX copied to clipboard

Openjdk11 / openjfx

Open samarrah opened this issue 5 years ago • 4 comments

Is there any chance that this awesome piece of code will run with OpenJDK11/OpenJFX?

TIA!

samarrah avatar Mar 21 '19 22:03 samarrah

Here you go, it is now java 11 compatible :) https://github.com/javaterminal/TerminalFX

rahmanusta avatar Mar 22 '19 01:03 rahmanusta

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).

dljsjr avatar May 01 '19 15:05 dljsjr

v1.0.8 is Java 8 compatible. I'll look to deliver new versions for Java 8 and Java 12.

rahmanusta avatar May 01 '19 21:05 rahmanusta

This worked like a charm in openjdk 11.0.2 with openjfx 12 from Maven. Tested on Ubuntu 18.04.2 LTS. Thank you!

stain avatar May 13 '19 10:05 stain