CATALINA_HOME environmental variable is not defined correctly

前端 未结 9 1058
野的像风
野的像风 2020-12-13 04:25

I installed Apache Tomcat 6.0 to a C:/Program Files folder and I set the environmental variables JAVA_HOME and CATALINA_HOME, but when

9条回答
  •  再見小時候
    2020-12-13 04:38

    I have got the same problem, I copied the path location of JRE_HOME

    JRE_Home= "C:Progra******** ;"

    Here i have entered Semicolon which we should not , I removed it, then Tomcat Started successfully .

    So Semicolon must be removed at the end after setting path JRE_HOME or JAVA_HOME or CATALINA_HOME .

提交回复
热议问题