Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » "Listen failed" error on eclipse
"Listen failed" error on eclipse [message #1038145] Wed, 10 April 2013 13:10
Ricardo West is currently offline Ricardo WestFriend
Messages: 6
Registered: April 2013
Junior Member
Hi!
Recently I found out eclipse Indigo cannot debug the same code twice. I can debug normally for the first time you start eclipse, when I do it for the second time, eclipse give me an error "Problem occurred:Cannot connect to VM. Permission denied: listen failed",but if I run it instead of debugging it, everything is OK.
index.php/fa/14321/0/
It is a very simple java app, and the problem occurs again if I debug this without any breakpoints:
public class Test
{
  public static void main(String[] args)
    {
        System.out.println("Testing");
    }
}

My OS is Windows 7 and the Java SE 1.7 installed. I try to re-install the latest Java 1.7 and eclipse Juno classic, even try to install the Java SE 1.6,but the problem is still there. Does any one know how to fix this?
  • Attachment: error.jpg
    (Size: 23.30KB, Downloaded 1209 times)
Previous Topic:Newbie: Understanding which Eclipse best to start with
Next Topic:Problem with encoding
Goto Forum:
  


Current Time: Thu Mar 28 12:36:10 GMT 2024

Powered by FUDForum. Page generated in 0.05066 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top