摘要: Cannot find ./catalina.shThe file is absent or does not have execute permission This file is needed to run this program 没有给bin目录下的文件授权可执行权限: chmod +x 阅读全文
posted @ 2016-07-16 12:36 WilliamShaw 阅读(1187) 评论(0) 推荐(0) 编辑
摘要: 原因:在设置环境变量时,编辑profile文件没有写正确,导致在命令行下 ls等命令不能够识别。 解决:以root身份打开并编辑/etc/profile文件,把PATH改成如下 或 阅读全文
posted @ 2016-07-16 12:18 WilliamShaw 阅读(220) 评论(0) 推荐(0) 编辑