• Echo Dot
      link
      fedilink
      1921 days ago

      I’m actually not that shocked. Corporations make weird corporate decisions all the time because they feel as if they’re getting the more professional version or something. They tend to view open source projects as either unprofessional or in some complicated way, actually illegal. Like it’ll turn out that open source isn’t allowed after all.

      This is what happens when lawyers who don’t actually know what they’re talking about make recommendations. They don’t know, so they always advise caution. Also they genuinely don’t seem to know the difference between pirated software and open source.

      • @[email protected]
        link
        fedilink
        1320 days ago

        The reason corporation are like that is because the responsibility is with the employee the decided to use the open source tool, when there is another company backing a product, there is someone to hold accountable. Also, there is a support number if shit hits the fan, and guarantee of support long term if the supplier is financial healthy.

      • @[email protected]
        link
        fedilink
        1020 days ago

        I’m currently involved in a legal case in which I produced audio recordings. I was questioned intensely by the other sides lawyer about the modified date on windows.

        I kept asking him to clarify what he meant by modified until he said “I don’t know”.

        Like. Ffs.

    • qaz
      link
      fedilink
      021 days ago

      OpenJDK misses some parts that are in the Oracle JVM

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

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

        • qaz
          link
          fedilink
          120 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.