This commit is contained in:
Arun Gupta 2017-10-14 11:42:12 -07:00
Родитель cc69ac3f1c
Коммит c9d3ee2b49
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -340,9 +340,9 @@ module:
--no-header-files \
--output /out/target/openjdk-9-base_linux-x64
This command exists as `create-minimal-java-runtime.sh` in the link:https://github.com/PaulSandoz/helloworld-java-9[helloworld-java-9] repo.
This command exists as `create-minimal-java-runtime.sh` script in the repo earlier checked out from link:https://github.com/PaulSandoz/helloworld-java-9[helloworld-java-9].
The JDK 9 tool `jlink` is used to create the custom Java runtime. The tool
The JDK 9 tool `jlink` is used to create the custom Java runtime. Read more jlink in the https://docs.oracle.com/javase/9/tools/jlink.htmp[Tools Reference]. The tool
is executed from with the container containing JDK 9 and directory where the
modules reside, `/opt/jdk-9/jmods`, is declared in the module path. Only the
`java.base` module is selected.