javaeclipserun-configuration

Can I remove duplicate run configurations from Eclipse view?


I have Maven parent project with children.

When I go to Run -> Run Configurations... in Java Application I see few launchers twice - the only difference is path in Common tab, section Save as... Shared file.

I can't even rename one of them without renaming the second.

Is there a way to at least hide one of two same-named entries? Because now it's a little confusing when you look at it without wider spectrum.


Solution

  • Launch configurations appear as duplicates in Eclipse if the following conditions apply:

    Your hinted that "the only difference is path in Common tab". Comparing the paths will look like:

    Solution: Close the Maven Module Project in your workspace.