Skip to content
This repository has been archived by the owner on May 11, 2020. It is now read-only.

Commit

Permalink
Add module java.net.http
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterwb committed Aug 28, 2019
1 parent 8749efa commit 8efaee7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runestar-launcher.command
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ then
--strip-debug \
--compress=2 \
--module-path "$temp_jdk_home/jmods" \
--add-modules java.desktop,java.management,java.naming,java.sql \
--add-modules java.desktop,java.management,java.naming,java.sql,java.net.http \
--output "$jre_dir"

rm -rfv "$temp_dir"
Expand Down
2 changes: 1 addition & 1 deletion runestar-launcher.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if (!(Test-Path $jre_dir)) {
--strip-debug `
--compress=2 `
--module-path "$temp_jdk_home\jmods" `
--add-modules java.desktop,java.management,java.naming,java.sql `
--add-modules java.desktop,java.management,java.naming,java.sql,java.net.http `
--output "$jre_dir"

if ($LastExitCode) { exit $LastExitCode }
Expand Down

0 comments on commit 8efaee7

Please sign in to comment.