this post was submitted on 11 Jun 2024
342 points (99.1% liked)
Programming
17334 readers
314 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities [email protected]
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Is anyone else in this thread surprised people weren't using OpenJDK this whole time?
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.
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.
Also corruption where the person choosing to pay Oracle also is an owner of Oracle.
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.
OpenJDK misses some parts that are in the Oracle JVM
OpenJDK is the reference implementation now. Biggest differences I've seen are in the default list of trusted CAs.
What about JavaFX? It's included in the Oracle JVM but not in the others afaik.
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.
Not anymore, they changed it so they are identical except for the license