When I launch packager with the following command:
"C:\Program Files\Java\jdk1.8.0_20\\bin\javapackager" "-deploy" "-verbose" "-outdir" "C:\Temp\" "-outfile" "test" "-native" "image" "-BmainJar=testFxAppWithUtil.jar" "-BjvmOptions=-Dsqe.foo.bar=baz -Dsqe.qux.corge=grault" "-srcfiles" "C:\Temp\\jars\testFxAppWithUtil.jar;C:\Temp\\jars\Util.jar" "-Bclasspath=testFxAppWithUtil.jar;Util.jar" "-appclass" "testapp.App1" "-srcdir" "C:\Temp\\jars" "-BuserJvmOptions="-Xmx1g
-Xms512m"" "-BjvmProperties="sqe.aba.caba=dabacaba""
I'm getting a RuntimeException
Deploy Params and Bundler Arguments overlap in the following values:[jvmOptions, jvmProperties, userJvmOptions]
"C:\Program Files\Java\jdk1.8.0_20\\bin\javapackager" "-deploy" "-verbose" "-outdir" "C:\Temp\" "-outfile" "test" "-native" "image" "-BmainJar=testFxAppWithUtil.jar" "-BjvmOptions=-Dsqe.foo.bar=baz -Dsqe.qux.corge=grault" "-srcfiles" "C:\Temp\\jars\testFxAppWithUtil.jar;C:\Temp\\jars\Util.jar" "-Bclasspath=testFxAppWithUtil.jar;Util.jar" "-appclass" "testapp.App1" "-srcdir" "C:\Temp\\jars" "-BuserJvmOptions="-Xmx1g
-Xms512m"" "-BjvmProperties="sqe.aba.caba=dabacaba""
I'm getting a RuntimeException
Deploy Params and Bundler Arguments overlap in the following values:[jvmOptions, jvmProperties, userJvmOptions]