mac下 idea 配置 tomcat 启动时报权限的错
2017-06-06 本文已影响72人
tigg
IntelliJ says 'cannot run program '/path/to/tomcat/bin/catalina.sh' error=13 permission denied
进入 tomcat bin 目录 在终端 执行命令:chmod u+x *.sh 即可
IntelliJ says 'cannot run program '/path/to/tomcat/bin/catalina.sh' error=13 permission denied
进入 tomcat bin 目录 在终端 执行命令:chmod u+x *.sh 即可