Skip to content

Commit

Permalink
Revert jdk.module.illegalAccess=deny
Browse files Browse the repository at this point in the history
It doesn't work when running from the release binaries as JFoenix is relying on it right now.
  • Loading branch information
ripcurlx committed Oct 15, 2020
1 parent 4e2e523 commit 10b05aa
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion desktop/package/linux/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ $JAVA_HOME/bin/javapackager \
-BjvmOptions=-Xss1280k \
-BjvmOptions=-XX:MaxRAM=4g \
-BjvmOptions=-Djava.net.preferIPv4Stack=true \
-BjvmOptions=-Djdk.module.illegalAccess=deny \
-outfile Bisq-$version \
-v

Expand Down
1 change: 0 additions & 1 deletion desktop/package/macosx/create_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ $JAVA_HOME/bin/javapackager \
-srcfiles "Bisq-$version.jar" \
-appclass bisq.desktop.app.BisqAppMain \
-outfile Bisq \
-BjvmOptions=-Djdk.module.illegalAccess=deny \
-v

open deploy
Expand Down
1 change: 0 additions & 1 deletion desktop/package/windows/package.bat
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ call "%JAVA_HOME%\bin\javapackager.exe" -deploy ^
-srcdir "%package_dir%" ^
-srcfiles %jar_filename% ^
-outfile Bisq ^
-BjvmOptions=-Djdk.module.illegalAccess=deny ^
-v

if not exist "%package_dir%\windows\Bisq-%version%.exe" (
Expand Down

0 comments on commit 10b05aa

Please sign in to comment.