Y
Hacker News
new
|
ask
|
show
|
jobs
by
verdverm
2024 days ago
Java compiles to machine code? or does it still require having Java to run the byte code?
1 comments
kapodes
2022 days ago
You can now make native binaries, so you don't need java to run them.
https://www.graalvm.org/reference-manual/native-image/
link