(no title)
lbalazscs | 2 years ago
If I remember correctly, you can't just pull out the exe created by jpackage, because it doesn't contain the runtime. The installer installs both the runtime and the exe. The exe created by Launch4j also doesn't include the runtime, but Launch4j is better at finding a system-wide runtime, and can direct the user to a specific download site (such as adoptium.net) instead of java.com. If you want to have JUST a single exe, then I think GraalVM's native image is the only option.
geokon|2 years ago
Some day they'll integrate cosmopolitan builds with Graal native and we'll come full circle to cross-platform executables haha
Edit : https://github.com/oracle/graal/issues/4854