We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e08d721 commit 1ef4877Copy full SHA for 1ef4877
2 files changed
package/src/main/scripts/console.sh
@@ -60,7 +60,7 @@ if [ -z "$JAVA_OPTS_SCRIPT" ] ; then
60
-Dpolyglot.engine.WarnInterpreterOnly=false \
61
-Djava.awt.headless=true \
62
-Dfile.encoding=UTF8 \
63
- --illegal-access=deny"
+ --enable-native-access=ALL-UNNAMED"
64
fi
65
66
if [ $# -gt 0 ] ; then
package/src/main/scripts/server.sh
@@ -80,7 +80,8 @@ if [ -z "$JAVA_OPTS_SCRIPT" ]; then
80
--add-opens java.base/java.lang=ALL-UNNAMED \
81
82
-Djava.awt.headless=true -Dfile.encoding=UTF8 \
83
- -Djava.util.logging.config.file=config/arcadedb-log.properties"
+ -Djava.util.logging.config.file=config/arcadedb-log.properties \
84
85
86
87
if [ -z "$ARCADEDB_JMX" ]; then
0 commit comments