使用IDEA开发Javaweb项目的时候,debug模式启动项目报下面这个错误


1.Error running 转接平台_8111:
2.Unable to open debugger port (127.0.0.1:53374): java.net.BindException "Address already in use: JVM_Bind"

这个情况是debug的端口被占用了,修改它的端口


idea Debug启动项目报错Unable to open debugger port (127.0.0.1:53374): java.net.BindException "Address..."

idea Debug启动项目报错Unable to open debugger port (127.0.0.1:53374): java.net.BindException "Address..."


相关文章: