- Sep 8, 2019
- 535
- 912
Remember how I said that Nashorn isn't available in versions of Java after 15? I lied.
Turns out it was just rolled into a Maven package, much like JavaFX. It's mostly a drop-in replacement, and performance seems to be…well, as good as we've come to expect.
When OpenJFX 17.0.2 comes out (since there's a bug in the current release build of OpenJFX 17 that impacts M1 Macs) I'm going to open a PR for this. It might be a bit of a long shot, but this branch is going to make LT much easier to build, especially on non-Windows platforms, and will allow it to break away from Java 8.
Turns out it was just rolled into a Maven package, much like JavaFX. It's mostly a drop-in replacement, and performance seems to be…well, as good as we've come to expect.
When OpenJFX 17.0.2 comes out (since there's a bug in the current release build of OpenJFX 17 that impacts M1 Macs) I'm going to open a PR for this. It might be a bit of a long shot, but this branch is going to make LT much easier to build, especially on non-Windows platforms, and will allow it to break away from Java 8.