How to see my Eclipse version? [duplicate]

How do I find out which version of Eclipse is currently installed on my system?


Solution 1:

Open .eclipseproduct in the product installation folder. Or open Configuration\config.ini and check property eclipse.buildId if exist.

Solution 2:

Help -> About Eclipse Platform

For Eclipse Mars - you can check Eclipse -> About Eclipse or Help -> Installation Details, then you should see the version:

enter image description here

Solution 3:

Go to Help -> About Eclipse Sdk

enter image description here

enter image description here