Re: java.net.BindException: Address already in use: JVM_Bind.
Posted By:
WarnerJan_Veldhuis
Posted On:
Thursday, October 20, 2005 09:24 AM
Well, obviously, port 6800 is in use... On Windows XP type "netstat -a -n -o" to find out which PID is using this port. Then find the PID in the TaskManager... Then kill the process :)