Open console with admin user.
Righ click on CMD open with administrador
Run next command:
netstat -ano | findstr :YOUR_PORT
Find PID and next
taskkill /PID YOUR_PID /F
Example:
With Java 21, Virtual Threads have redefined how we approach concurrency, offering a lightweight and efficient way to handle parallel and ...
No comments:
Post a Comment