Skip to content

Commit 06943eb

Browse files
committed
R --vm options from jlink as it doesnt work for any jdk
1 parent ba62fb2 commit 06943eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/io/github/fvarrui/javapackager/packagers/BundleJre.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ protected File doApply(Packager packager) throws Exception {
111111
// generates customized jre using modules
112112
CommandUtils.execute(
113113
jlink,
114-
"--vm=client",
115114
"--module-path", modulesDir,
116115
"--add-modules", modules,
117116
"--output", destinationFolder,

0 commit comments

Comments
 (0)