Test fails due to application module not being added to runtime image or set on module path. Command line used to run jpackager with runtime image which has only java.base.
create-image --runtime-image runtime --output output --name test --force --module com.hello/com.hello.Hello --module-path input
create-image --runtime-image runtime --output output --name test --force --module com.hello/com.hello.Hello --module-path input
- duplicates
-
JDK-8214022 JPackageCreateImageBuildRootTest fails on OS X and Linux
- Closed