Reputation: 69
I made a java project(using eclipse) and tried to make it as runnable jar file(export)
Package Explorer -> right click the project -> select "Export" -> select "Runnable jar"
Then export window is created
You may see Launch Configuration, which is list of projects.
In this list, old projects is appeared. I do not use these projects anymore, so I want to remove this projects in list(Launch Configuration)
How can I delete it?
Upvotes: 0
Views: 1049
Reputation: 111142
Open the 'Run > Run Configurations' menu. You can manage your configuration there.
If the launches are not listed there you will have to delete them manually from the workspace '.metadata/.plugins/org.eclipse.debug.core/.launches' directory.
Upvotes: 2