Exception in thread “main” java.net.BindException: Address already in use - Error in Netbeans only

前端 未结 5 1339
不知归路
不知归路 2021-01-18 14:44

On my machine, the following code compiles within Eclipse but throws an exception within Netbeans. The error message says \"Exception in thread \"main\" java.net.BindExcept

5条回答
  •  情话喂你
    2021-01-18 15:08

    The problem is due to the fact that you left one instance of your server running and then started another one.

提交回复
热议问题