• qaz
    link
    fedilink
    04 months ago

    OpenJDK misses some parts that are in the Oracle JVM

    • @atzanteol@sh.itjust.works
      link
      fedilink
      English
      44 months ago

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

      • qaz
        link
        fedilink
        14 months ago

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

        • @atzanteol@sh.itjust.works
          link
          fedilink
          English
          34 months 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.