Hacker News new | ask | show | jobs
by kapodes 2027 days ago
the distribution is binary, so does it really matter? :)
1 comments

Java compiles to machine code? or does it still require having Java to run the byte code?
You can now make native binaries, so you don't need java to run them. https://www.graalvm.org/reference-manual/native-image/