Where are Run configurations stored?

Joe Chiarelli picture Joe Chiarelli · Apr 15, 2016 · Viewed 10.5k times · Source

Run Liclipse 2.5.3 on Mac OS. I renamed my project. I lost all my run configurations. When i recreate one, it says the file exists. However there are no run configurations present.

Where are the run configs stored

Answer

greg-449 picture greg-449 · Apr 15, 2016

The normal location for launches is in the workspace in the

.metadata/.plugins/org.eclipse.debug.core/.launches

folder.

Each launch configuration is in a separate xxx.launch file which is a xml file.

You can also Export and Import launch configurations.