1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

# 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

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%