Skip to content

Commit

Permalink
Merge pull request #608 from aionnetwork/javafx-swing-module
Browse files Browse the repository at this point in the history
add 'javafx.swing' module to prepack.sh jlink modules list
  • Loading branch information
qoire authored Aug 21, 2018
2 parents fc9fd98 + a2542a6 commit 284fa1e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified lib/libminiupnpc.so
Binary file not shown.
Binary file modified lib/miniupnpc_linux.jar
Binary file not shown.
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,javafx.controls,javafx.base,jdk.sctp,javafx.fxml --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,javafx.swing --output $JDK_RT
cp $JDK_PATH/bin/jstack $JDK_RT/bin
fi

Expand Down

0 comments on commit 284fa1e

Please sign in to comment.