A short questions. Is there any possibility to commit the run configurations (example the arguments) I have in my eclipse to avoid any time that I use a different pc or delete workspace to rewrite again all run configurations? Thanks
Asked
Active
Viewed 85 times
1
-
1Possible duplicate of [Store run configuration with project in Eclipse](http://stackoverflow.com/questions/8625060/store-run-configuration-with-project-in-eclipse) – Rüdiger Herrmann May 05 '16 at 11:41
1 Answers
1
You can save a launch configuration in your project.
- Open Launch Configuration from Debug... or Run... menu item in the Run menu.
- Select your launch configuration
- In the Common tab, choose Save as a Shared file:. This will save a .launch file in the specified location.
Here is a screenshot to help:

Jonah Graham
- 7,890
- 23
- 55