https://medium.com/@javatechie/how-to-kill-the-process-currently-using-a-port-on-localhost-in-windows-31ccdea2a3ea
netstat -ano | findstr : 21
taskkill /PID 1768 /F
#taskkill #task #kill #pid #port
netstat -ano | findstr : 21
taskkill /PID 1768 /F
#taskkill #task #kill #pid #port
Medium
How to kill the process currently using a port on localhost in windows
Solution : java.net.BindException: Address already in use: bind