Skip to content

Commit

Permalink
update prepack script so that the jdk modules needed by GUI are inclu…
Browse files Browse the repository at this point in the history
…ded in pack
  • Loading branch information
aion-kelvin committed Aug 17, 2018
1 parent f054a1f commit 001408c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/prepack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fi

# generate aion runtime
if [ ! -d "$JDK_RT" ]; then
$JDK_PATH/bin/jlink --module-path $JDK_PATH/jmods --add-modules java.base,java.xml,java.logging,java.management,jdk.unsupported,javafx.graphics --output $JDK_RT
$JDK_PATH/bin/jlink --module-path $JDK_PATH/jmods --add-modules java.base,java.xml,java.logging,java.management,jdk.unsupported,javafx.graphics,javafx.controls,javafx.base,jdk.sctp,javafx.fxml --output $JDK_RT
cp $JDK_PATH/bin/jstack $JDK_RT/bin
fi

Expand Down

0 comments on commit 001408c

Please sign in to comment.