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