Some task must be running on that port. Kill that task to free the port and try starting the jar. Follow the below steps to kill the task:Open up cmd.exe (note: you may need to run it as an administrator, but this isn't always necessary), then run the below command: netstat -ano | findstr :<PORT> (R...