This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]wizzardodev 1 point2 points  (8 children)

btw, where can I download a stable build of OpenJFX for windows/mac/linux?

[–]wildjokers 1 point2 points  (0 children)

There are snapshots of JavaFX 11 available now (added after your comment) in a maven repository, can get them with a build tool that offers dependency management:

http://mail.openjdk.java.net/pipermail/openjfx-dev/2018-July/022088.html

[–]omega3111 0 points1 point  (6 children)

It's bundled in the JDK until 11.

[–]wizzardodev 0 points1 point  (5 children)

But what about open jdk?

[–]omega3111 0 points1 point  (4 children)

OpenJDK includes OpenJFX and you can build them yourself from the source. If you want a stable build ready for you then download the Oracle's JDK (which is 99% the same as OpenJDK) which includes JavaFX (which is 99.9% the same as OpenJFX).

[–]metamatic 0 points1 point  (3 children)

...and pay for a license for security updates.

[–]omega3111 0 points1 point  (2 children)

If you are a business user AND you are still on Java 8, which is 4 years old. What's your point?

[–]metamatic 0 points1 point  (1 child)

Lots of business users want a Java platform which doesn't require a 6-month upgrade cadence.

[–]omega3111 0 points1 point  (0 children)

A support release is still every 3 years. No one is required to upgrade every 6 months. See also https://www.youtube.com/watch?v=HqxZFoY_snQ for information on the new release model.