Eclipse encounters the situation that port 8080 is occupied

Enter the following command in the dos window


netstat   -ano|findstr  8080 


Then we see another number at the end of the line 0.0.0.0:8080, which we call pid.

Then enter in dos

taskkill  /pid  6856  /f 

That's it. 6856 pid displayed for my machine


Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325772145&siteId=291194637