diff --git a/cli/osx/pom.xml b/cli/osx/pom.xml index da1d15d5dd..05908b37cc 100644 --- a/cli/osx/pom.xml +++ b/cli/osx/pom.xml @@ -93,9 +93,9 @@ net.adoptopenjdk - jre + jdk zip - 8u192 + 11.0.1 ${project.build.directory} diff --git a/osx/pom.xml b/osx/pom.xml index c810cf05ec..c92b2bb456 100644 --- a/osx/pom.xml +++ b/osx/pom.xml @@ -131,9 +131,9 @@ net.adoptopenjdk - jre + jdk zip - 8u192 + 11.0.1 ${project.build.directory} diff --git a/runtime.xml b/runtime.xml index b72bc7a799..6addbeeba5 100644 --- a/runtime.xml +++ b/runtime.xml @@ -2,7 +2,7 @@ - + StartOnMainThread VMOptions - -Djava.ext.dirs=$APP_PACKAGE/Contents/PlugIns/Runtime.jre/Contents/Home/lib/ext -Djava.library.path=$APP_PACKAGE/Contents/Frameworks -Djna.boot.library.path=$APP_PACKAGE/Contents/Frameworks -Djna.library.path=$APP_PACKAGE/Contents/Frameworks -Djna.nounpack=true -Djava.awt.headless=true -Dsun.jnu.encoding=utf-8 -Dfile.encoding=utf-8 -Dsun.io.useCanonCaches=false -Djdk.tls.useExtendedMasterSecret=false -Dorg.bouncycastle.asn1.allow_unsafe_integer=true -Xverify:none + -client -Djava.library.path=$APP_PACKAGE/Contents/Frameworks -Djna.boot.library.path=$APP_PACKAGE/Contents/Frameworks -Djna.library.path=$APP_PACKAGE/Contents/Frameworks -Djna.nounpack=true -Djava.awt.headless=true -Dsun.jnu.encoding=utf-8 -Dfile.encoding=utf-8 -Dsun.io.useCanonCaches=false -Djdk.tls.useExtendedMasterSecret=false -Dorg.bouncycastle.asn1.allow_unsafe_integer=true -Xverify:none WorkingDirectory $APP_PACKAGE/Contents/Resources