Create Java runtime image on one platform for another using Jlink
问题 I created runtime image using jlink on my Linux machine. And I see linux folder under the include folder. Does it mean that I can use this runtime image only for Linux platform? If yes, are there any ways to create runtime images on one platform for another (e.g. on Linux for Windows and vice versa) 回答1: The include directory is for header files, such as jni.h , that are needed when compiling C/C++ code that uses JNI and other native interfaces. It's nothing to do with jlink . The jlink tool