Java – running startup. Java in Linux SH rejected [closed]

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
分享
二维码
< <上一篇
下一篇>>