Reputation: 3
It seems eclipse on a Mac store its run configurations in a different location from its linux/win version.
I'm using Eclipse for Java on Mac OSX 10.6.8. It is installed without changing anything default.
Here are version numbers.
Eclipse IDE for Java Developers 1.2.2.20100216-1730 epp.package.java Eclipse C/C++ Development Tools 6.0.2.201002161416 org.eclipse.cdt.feature.group
Any comments are very appreciated.
Upvotes: 0
Views: 76
Reputation: 471
This should not actually change from platform to platform. You should be able to find the run configs here:
<your workspace folder>/.metadata/.plugins/org.eclipse.debug.core/.launches
Upvotes: 2