• atzanteol@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      4
      ·
      15 days ago

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

      • qaz@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        15 days ago

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

        • atzanteol@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          3
          ·
          15 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.