this post was submitted on 11 Jun 2024
343 points (99.1% liked)

Programming

20643 readers
56 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 !webdev@programming.dev



founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] atzanteol@sh.itjust.works 130 points 1 year ago (2 children)

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.

[–] thesporkeffect@lemmy.world 44 points 1 year ago (1 children)

It's time for corporate IT to block that download

[–] atzanteol@sh.itjust.works 19 points 1 year ago (1 children)

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.

[–] zer0squar3d@lemmy.dbzer0.com 7 points 1 year ago* (last edited 1 year ago) (1 children)

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.

[–] atzanteol@sh.itjust.works 15 points 1 year ago (2 children)

You didn't seem to understand. Oracle only supports their own jvm when running their software that uses Java (e.g. weblogic).

[–] zer0squar3d@lemmy.dbzer0.com -5 points 1 year ago* (last edited 1 year ago) (1 children)
[–] atzanteol@sh.itjust.works 3 points 1 year ago (1 children)

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.

[–] zer0squar3d@lemmy.dbzer0.com 1 points 1 year ago

Sorry forgot about support. You are right.

[–] JackbyDev@programming.dev 1 points 11 months ago

What's hilarious is that the AdoptOpenJDK project (now called Adoptium) managed to create a better UI than Oracle ever had for downloads.