this post was submitted on 10 Jul 2025
537 points (99.3% liked)

Programmer Humor

24932 readers
1541 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] jaybone@lemmy.zip 11 points 1 day ago (3 children)

Isn’t there an openjdk impl in like every major Linux distro repository?

And so I assume the same would be available for windows?

[–] vrighter@discuss.tchncs.de 11 points 1 day ago* (last edited 1 day ago)

yes, but that doesn't help if the software refuses to run on modern java

[–] TheOctonaut@mander.xyz 9 points 1 day ago* (last edited 1 day ago)

You assumed the switch needs to happen on the JDK. It's actually that we bought this software that depends on the old version with a perpetual license 18 years ago before every decided SaaS was god so we've got another 3 years left before ROI breaks even

[–] Honytawk@feddit.nl 8 points 1 day ago (1 children)

Some crappy software actively checks for a specific version, and you can't work around that.

[–] wise_pancake@lemmy.ca 6 points 1 day ago (2 children)

Can you edit the byte code with a hex editor to change that check?

[–] pillowtags@lemmy.dbzer0.com 4 points 1 day ago

Not if you want support from the vendor :p

[–] ulterno@programming.dev 2 points 1 day ago

Just build the OSS version of java-impl with the patched version number as expected by the shitty software.