I\'m trying to set JAVA_OPTS for Tomcat on a Windows machine, but I keep getting an error if I add more than one variable.
JAVA_OPTS
For example, this works:
Apparently the correct form is without the ""
""
As in
set JAVA_OPTS=-Xms512M -Xmx1024M