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

前端 未结 5 1341
不知归路
不知归路 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 14:57

    The problem is due to the fact that you left one instance of your server running and then started another one.for solve this problem you should restart your device

提交回复
热议问题