UDP Address already in use?

后端 未结 3 841
时光取名叫无心
时光取名叫无心 2021-01-13 14:04

I am following the UDP tutorials at http://docs.oracle.com/javase/tutorial/networking/datagrams/broadcasting.html ,I have copied all the code and compiled it, now If I compi

3条回答
  •  南笙
    南笙 (楼主)
    2021-01-13 14:36

    You can do the following:

    Use netstat coomand to view which application is using that port. Then use tasklist and taskkill to kill the application at that port.

提交回复
热议问题