Can't fork VM if option value contains space
Bernd Eckenfels
ecki at zusammenkunft.net
Mon Aug 11 23:45:54 UTC 2014
Am Tue, 12 Aug 2014 03:22:16 +0400
schrieb Aleksey Shipilev <aleksey.shipilev at oracle.com>:
> ...this points to the shell escaping troubles in your shell, when you
> pass the command line. Try to meddle with escaping both quotes and the
> backslashes? E.g.:
>
> java -jar target/benchmarks.jar -jvmArgs -Dmy.property=\\\"A B C\\\"
Or try this: java -jar target/benchmarks.jar -jvmArgs '-Dmy.property="A
B C"'
Gruss
Bernd
More information about the jmh-dev
mailing list