# disable Java 9 module encapsulation

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

View File

@ -38,6 +38,10 @@
# force Application User Model ID for Windows Store
-Dnet.filebot.AppUserModelID=@{microsoft.application.name}
# disable Java 9 module encapsulation
--add-opens=java.base/java.lang=ALL-UNNAMED
--add-opens=java.base/java.lang.invoke=ALL-UNNAMED
# support JAVA_OPTS environment variable
%JAVA_OPTS%