Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit e2efd2c

Browse files
committed
updated exec docs
1 parent 09ae3ab commit e2efd2c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/universalJavaApplicationStub

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -756,11 +756,11 @@ stub_logger "[WorkingDirectory] ${WorkingDirectory}"
756756
# - splash image
757757
# - dock icon
758758
# - app name
759-
# - JVM options
760-
# - JVM default options
759+
# - JVM options / properties (-D)
760+
# - JVM default options (-X)
761761
# - main class
762-
# - main arguments
763-
# - passthru arguments
762+
# - main class arguments
763+
# - passthrough arguments from Terminal or Drag'n'Drop to Finder icon
764764
stub_logger "[Exec] \"$JAVACMD\" -cp \"${JVMClassPath}\" -splash:\"${ResourcesFolder}/${JVMSplashFile}\" -Xdock:icon=\"${ResourcesFolder}/${CFBundleIconFile}\" -Xdock:name=\"${CFBundleName}\" ${JVMOptionsArr:+$(printf "'%s' " "${JVMOptionsArr[@]}") }${JVMDefaultOptions:+$JVMDefaultOptions }${JVMMainClass}${MainArgsArr:+ $(printf "'%s' " "${MainArgsArr[@]}")}${ArgsPassthru:+ $(printf "'%s' " "${ArgsPassthru[@]}")}"
765765
exec "${JAVACMD}" \
766766
-cp "${JVMClassPath}" \

0 commit comments

Comments
 (0)