码迷,mamicode.com
首页 > 编程语言 > 详细

linux-配置Java环境

时间:2019-09-28 13:03:43      阅读:97      评论:0      收藏:0      [点我收藏+]

标签:bash   问题   fine   tar   http   rmi   The   not   java   

启动tomcat服务:sh startup.sh或./startup.sh
关闭tomcat服务:./shutdown.sh

linux 下启动tomcat
问题1:

[root@test233 bin]# sh startup.sh 
Cannot find ./catalina.sh
The file is absent or does not have execute permission
This file is needed to run this program

 解决办法:
给.sh文件授权

[root@test233 bin]#  chmod +x *.sh  

 问题2:

Neither the JAVA_HOME nor the JRE_HOME environment variable is defined
At least one of these environment variable is needed to run this program

 解决方法:

检查Java环境

1.上传Linux环境下的jdk

2.解压jdk文件

技术图片

 

3.编辑.bash_profile文件 vim /root/.bash_profile

 

linux-配置Java环境

标签:bash   问题   fine   tar   http   rmi   The   not   java   

原文地址:https://www.cnblogs.com/lijianda/p/11602474.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!