How to create cross platform executables for JDK9 application using JLink command
问题 I am trying to create cross platform / platform independent executables for my JAVA-9 application / project jigsaw. I think jlink command will create only platform specific executable/runtime. 回答1: JLink (covered by JEP 282) creates modular runtime images (covered by JEP 220, particularly the section New run-time image structure ). These images are a generalization of JRE, JDK, and compact profiles and are OS specific like they are. JLink can hence not be used to create cross-platform