我一直有以下问题。有时,myEclipse 被阻塞。所以我不得不通过 Windows 上的任务管理器关闭它。当我重新打开它并想启动tomcat时,我遇到了这个问题。Tomcat 没有说明,控制台向我显示此消息:
only one address use is allowed and tells that the adress is already in use
StandardServer.await: create[8005]:
java.net.BindException: Address already in use: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
我该如何处理这个错误?