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
Oracle is a law firm with a large IT department.
They've been giving us shit because they "see downloads from our IP addresses". It's an absolute shake-down operation. They let anybody download their poisoned jvm for free and then tell your company that they now owe them a fortune.
It's time for corporate IT to block that download
We'd love to but we do have some legitimate needs for it since Oracle software requires their jvm. It's a massive pain in the ass.
Openjdk: https://openjdk.org/
Or for people that use jre or want installers: https://adoptopenjdk.net/releases.html
We just went through all of this and we just switched to openjdk without issues.
You didn't seem to understand. Oracle only supports their own jvm when running their software that uses Java (e.g. weblogic).
I know it may not be an easy question to answer, but does your company really owe them money? I’m guessing that their other software that uses their JVM also has a license, so they should be more clear about the company having to license out the JVM in order to use it. This sounds like a scam that comes packaged along with some other software.
Oh - sorry, Oracle offers a free "entitlement" to use the JVM when used with their software if it's required. We don't pay extra for the Oracle JVM.
Sorry forgot about support.
It's not about functionality. When you're paying for licensing and support you need to use supported versions of things. If you call up about an issue with the database and you're running an unsupported os or Java version they hang up on you.
Sorry forgot about support. You are right.
What's hilarious is that the AdoptOpenJDK project (now called Adoptium) managed to create a better UI than Oracle ever had for downloads.