Tomcat解决配置了环境变量还是会Neither the JAVA_HOME nor the JRE_HOME environment...的问题和启动后乱码问题

Posted karshey

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Tomcat解决配置了环境变量还是会Neither the JAVA_HOME nor the JRE_HOME environment...的问题和启动后乱码问题相关的知识,希望对你有一定的参考价值。

参考:
完美解决Tomcat启动出现Neither the JAVA_HOME nor the JRE_HOME environment …的问题
Tomcat启动乱码

文章目录

问题

在cmd中startup.bat报错,且环境变量已经配置了。

解决方法

对bin中的setclasspath.bat文件右键编辑,在这个位置添加:

set JAVA_HOME=你的jdk的路径。

不用引号。


然后就可以运行了。

但是乱码了。

解决方法:

找到Tomcat目录下conf文件夹中的logging.properties文件,把它拉到一个编译器中,找到java.util.logging.ConsoleHandler.encoding = UTF-8,把UTF-8改成GBK就好。


现在就不乱码了。

以上是关于Tomcat解决配置了环境变量还是会Neither the JAVA_HOME nor the JRE_HOME environment...的问题和启动后乱码问题的主要内容,如果未能解决你的问题,请参考以下文章

Tomcat 问题:为啥运行startup.bat是出现:neither the java_home nor jre_home environment variable is

linux环境启动tomcat时报Neither the JAVA_HOME nor the JRE_HOME environment variable is defined 的解决方案

linux环境启动tomcat时报Neither the JAVA_HOME nor the JRE_HOME environment variable is defined 的解决方案

Linux下tomcat启动Neither the JAVA_HOME nor the JRE_HOME environment variable is defined At least one of

Neither the JAVA_HOME nor the JRE_HOME错误解决

windows 启动tomcat 提示Neither the JAVA_HOME nor the JRE_HOME environment variable is defined