I am switching from IntelliJ Idea to Eclipse (yea, I know… long story). Seems that I can only debug an application once. After the first time, I try to debug again, I get the error:
Launching <app> has encountered a problem
Cannot connect to VM
Address already in use: JVM_Bind

If I shut down Eclipse and restart I can once again debug the app once. This doesn’t affect running.
I have a feeling that a thread in my app isn’t shutting down, but don’t know a good way to test that and/or completely kill the process w/o shutting down Eclipse each time.
Eclipse Version: 4.2.1 Build id: M20120914-1800 (Juno?)
JRE: 1.6.0_32-b05
NOTE: this is running as “Java Application” and not a “Remote Java Application”.
UPDATE: Updated to JDK 1.7x and it seems to be working now…
Upgrading to a JDK 7 seemed to fix this issue…