Re: jpackage: spaces in --java-options

2019-07-12 Thread Andy Herrick
I can reproduce this problem and have created JDK-8227641 to address it. /Andy On 7/12/2019 3:53 AM, Serban Iordache wrote: Currently, there is no easy way to pass system properties containing spaces to the Java runtime. For example, if we e

jpackage: spaces in --java-options

2019-07-12 Thread Serban Iordache
Currently, there is no easy way to pass system properties containing spaces to the Java runtime. For example, if we execute jpackage with: --java-options -Dlabel="my great app" The resulting configuration file will contain: [JavaOptions] -Dlabel=my great app instead of the desired: [JavaOptions