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

Programming

20694 readers
253 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
[–] 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.