-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: 9-repo-jigsaw
-
Component/s: tools
The following command failed with:
Error: Could not find or load main class @base_exports
${JDK9_HOME}/bin/java \
\
-modulepath lib:build/patches \
\
-addmods junit,hamcrest.core,javafx.base.test, \
\
@base_exports \
\
but works when the -modulepath and -addmods are moved into the @base_exports.
Error: Could not find or load main class @base_exports
${JDK9_HOME}/bin/java \
\
-modulepath lib:build/patches \
\
-addmods junit,hamcrest.core,javafx.base.test, \
\
@base_exports \
\
but works when the -modulepath and -addmods are moved into the @base_exports.
- relates to
-
JDK-8131896 Run gradle test tasks using a Jigsaw (jake) build
-
- Resolved
-