this post was submitted on 28 Nov 2024
466 points (88.6% liked)

Programmer Humor

32745 readers
465 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] kameecoding@lemmy.world 2 points 4 weeks ago

Not java itself, but GraalVM can do this https://www.graalvm.org/latest/reference-manual/native-image/

I can't confidently tell you it's production ready as I have never used it myself.