Java – running startup. Java in Linux SH rejected [closed]
•
Java
I tried to run Tomcat 6 in Linux when I called startup SH, I'm in Catalina See this error in out
/home/***/apache-tomcat-6.0.29/bin/catalina.sh: line 338: /home/***/jre/bin/java: Permission denied
How do I make it work? Please help.
Solution
Try this:
cd /home/***/jre/bin/ $chmod +x java
Then do:
$sudo startup.sh
The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
二维码