File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,10 @@ EXTRA_OPTS="--add-opens=java.base/java.lang=ALL-UNNAMED \
77
77
SCRIPTING_OPTS=" -Djena:scripting=true -Dnashorn.args=--language=es6"
78
78
79
79
java $SCRIPTING_OPTS $JAVA_OPTS -jar rpt-jar-with-dependencies.jar " $MAIN_CLASS " " $@ "
80
-
81
80
```
82
81
82
+ The options as a one-liner for copy paste:
83
+
84
+ ``` bash
85
+ --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED --add-opens=java.base/sun.nio.ch=ALL-UNNAMED --add-opens=java.base/sun.nio.cs=ALL-UNNAMED --add-opens=java.base/sun.security.action=ALL-UNNAMED --add-opens=java.base/sun.util.calendar=ALL-UNNAMED --add-opens=java.security.jgss/sun.security.krb5=ALL-UNNAMED
86
+ ```
You can’t perform that action at this time.
0 commit comments