Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Wish something like this existed for Java


I believe GraalVM[0] makes your wish come true. It allows you to compile your Java code into a single binary and offers other features which makes Java a feasible solution for CLI tools.

[0] https://www.graalvm.org/


There is: you can use jlink/jpackage or GraalVM compiler to produce compiled executables




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: