user1015358
user1015358

Reputation: 3

Where is the file which stores the default run configurations of Java projects in Eclipse on a Mac?

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

Answers (1)

Jim Cortez
Jim Cortez

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

Related Questions