The "runtime" folder in the application image created by javapackager contains the include folder populated with header files. These are not needed at runtime and should be excluded by default.
Comments
closing as a dupe and fixed.
jlink is now called with --no-header-files arg as of JDK-8218055
13-03-2019
yes - the same include directory is included in the runtime of packaged apps with the new packager in the saneboc. It should be removed.