我在tomcats setenv.bat中设置了以下行:
JAVA_OPTS="$JAVA_OPTS -Dspring.profiles.active=production"
启动服务器时,会显示以下错误:
The command "JAVA_OPTS" is either written wrong or could not be found.
这里有什么问题?如何设置其他java选项?
Win7,Java 7
答案 0 :(得分:1)
你应该使用windows风格
set JAVA_OPTS=%JAVA_OPTS% -Dspring.profiles.active=production