How do I feed a program with multiple parameters as JAVA_OPTS? When I use something like this:
JAVA_OPTS="Dx=x1,-Dy=y1"
The value that results for x is "x1,-Dy=y1" and the string is not recognised as list.
I didn't find any example with multiple values in a list, so I am wondering about the correct syntax, if it is possible at all!