javaterminal / TerminalFX

Java FX Terminal Emulator
MIT License
274 stars 51 forks source link

Openjdk11 / openjfx #18

Open samarrah opened 5 years ago

samarrah commented 5 years ago

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

TIA!

rahmanusta commented 5 years ago

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

dljsjr commented 5 years ago

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

rahmanusta commented 5 years ago

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

stain commented 5 years ago

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