I have created a run time image for my Java application using jlink and I would like to be able to ship my app as an executable to different platforms.
Ideally, it woul
Also, have a look at SubstrateVM. This is not a true Java, however, it may help you in some cases like simple command line applications.
Substrate VM is a framework that allows ahead-of-time (AOT) compilation of Java applications under closed-world assumption into executable images or shared objects (ELF-64 or 64-bit Mach-O).