• @[email protected]
    link
    fedilink
    English
    419 days ago

    OpenJDK is the reference implementation now. Biggest differences I’ve seen are in the default list of trusted CAs.

    • qaz
      link
      fedilink
      119 days ago

      What about JavaFX? It’s included in the Oracle JVM but not in the others afaik.

      • @[email protected]
        link
        fedilink
        English
        319 days ago

        JavaFX was removed from the main Java spec in Java 11. Even the Oracle Java distribution. It’s a separate project now and is pretty easy to include as as jar if needed. In fact there are non-Oracle builds of the JVM that do add it (there are Zulu builds that put it back in). Because Java is now GPL. Anyone can create a build and include what they want.