this post was submitted on 15 Jun 2024
47 points (96.1% liked)

Java

1218 readers
15 users here now

For discussing Java, the JVM, languages that run on the JVM, and other related technologies.

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 19 points 2 weeks ago* (last edited 2 weeks ago) (3 children)

Many corps still use Oracle Java 8 which is an expensive license. In some cases they think that Oracle Java is somehow better than OpenJDK. In other cases they still use old technologies like Applets or Java Webstart.

All in all, it's in most cases technical debt.

[–] [email protected] 9 points 2 weeks ago

And now it's going to become quite literal debt

[–] [email protected] 6 points 2 weeks ago* (last edited 2 weeks ago)

It's anything above Oracle Java8u201 more specifically, and some versions like Java 17 are currently free to use commercially.

I was part of the cleanup team where I work (force-uninstall on all machines through MECM, GPOs, and through Intune for macOS systems), good fucking riddance to these legacy apps.

[–] [email protected] 5 points 2 weeks ago

In some cases they think that Oracle Java is somehow better than OpenJDK.

It usually comes down to what's supported by the software vendor. OpenJDK certainly works, but it's a corporate check box.