Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"A configuration with this name already exists" error in eclipse run configurations

Tags:

java

eclipse

I synced mercurial project, and tried to setup run configurations.

enter image description here

I found the name has (1) attached, and I tried to remove it.

enter image description here

However, I got A configuration with this name already exists error. I checked other configurations, but there was no duplication of Name Equivalence Checker.

enter image description here

enter image description here

How can I find the existing configuration to remove it?

like image 908
prosseek Avatar asked Sep 22 '12 14:09

prosseek


People also ask

How do I fix configuration error in eclipse?

Just deleting the run configuration and re-creating it by running the class by right click, "Run As Java program" will fix the error.

How do I get to the run configuration in eclipse?

Creating and Using a Run Configuration The Run Configuration dialog can be invoked by selecting the Run Configurations menu item from the Run menu. A name for the run configuration.

Where is Eclipse Runtime config?

In the Eclipse menu bar, click Run > Run Configurations. In the Run Configurations dialog box, click Java Application in the left pane. Click the New launch configuration icon in the left upper corner. By default, Eclipse names the run configuration after the name of your Java class.


Video Answer


1 Answers

uncheck the filter: Filter Deleted/Unavailable Projects

debug configurations

like image 188
jack jin Avatar answered Sep 20 '22 16:09

jack jin