# disable Java 9 module encapsulation

--add-opens=java.base/java.lang=ALL-UNNAMED
--add-opens=java.base/java.lang.invoke=ALL-UNNAMED
--add-opens=java.base/java.io=ALL-UNNAMED
This commit is contained in:
Reinhard Pointner 2017-10-06 00:13:54 +02:00
parent 1b9c725d7d
commit fa9700b21f
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@
# disable Java 9 module encapsulation
--add-opens=java.base/java.lang=ALL-UNNAMED
--add-opens=java.base/java.lang.invoke=ALL-UNNAMED
--add-opens=java.base/java.io=ALL-UNNAMED
# support JAVA_OPTS environment variable
%JAVA_OPTS%