Eclipse Version

Viewed 24546

How do you check the current version of eclipse that I am currently running? Is it possible to tell if it is aqua or carbon (I am running Mac OS X 10.5)?

9 Answers

My eclipse has a file .eclipseproduct in its' main folder which contains:

name=Eclipse Platform
id=org.eclipse.platform
version=3.4.0

Perhaps that might help?

Edit: Couldn't find any useful command-line switch for that task.

Can't you just go Help -> About Eclipse

alt text
(source: uni-kassel.de)

(ignore the actually selected menu)

Eclipse Menu -> About Eclipse SDK

Related