We do not support JDK9 officially, but this bug is filed to investigate why our code fails to locate libjli.dylib, since it should able to find it. It might be good idea to make code which finds libjli.dylib universal and work regardless of libjli.dylib location. For example check known locations and if it fails, then scan entire JDK folder.
$JDK_HOME/bin/jpackage create-app-image \
--input ../input-jars \
--output output \
--name runtime-image9 \
--vendor "Oracle Test" \
--description "Hello World with Java 9u" \
--main-jar hello.jar \
--main-class hello \
--runtime-image jdk9
java.nio.file.NoSuchFileException: output/runtime-image9.app/Contents/runtime/Contents/Home/lib/jli/libjli.dylib
$JDK_HOME/bin/jpackage create-app-image \
--input ../input-jars \
--output output \
--name runtime-image9 \
--vendor "Oracle Test" \
--description "Hello World with Java 9u" \
--main-jar hello.jar \
--main-class hello \
--runtime-image jdk9
java.nio.file.NoSuchFileException: output/runtime-image9.app/Contents/runtime/Contents/Home/lib/jli/libjli.dylib