52

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

Dan
  • 6,484
  • 4
  • 41
  • 88
vin-zhao
  • 703
  • 1
  • 5
  • 4
  • See http://stackoverflow.com/questions/2604869/finding-the-eclipse-version-number – Autar Aug 24 '12 at 09:54
  • 1
    Does this answer your question? [Finding the Eclipse Version Number](https://stackoverflow.com/questions/2604869/finding-the-eclipse-version-number) – Ivan Nov 20 '20 at 13:36

6 Answers6

29

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

Roman C
  • 48,723
  • 33
  • 63
  • 158
20

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

Alexis C.
  • 87,500
  • 20
  • 164
  • 172
13

Go to Help -> About Eclipse Sdk

enter image description here

enter image description here

Chirag
  • 56,384
  • 29
  • 154
  • 197
5

Go to the folder in which eclipse is installed then open readme folder followed by the readme txt file. Here you will find all the info you need.

Harry
  • 1,334
  • 10
  • 19
4

I believe you can find out Eclipse Platform version for every software product that is Eclipse-based.

  1. Open Installation Details:

    • Go to Help => About => Installation Details.
    • Or to Help => Install New Software... => click What is already installed? link.
  2. Choose Plug-ins tab => type org.eclipse.platform => check Version column.

  3. You can match version code and version name on https://wiki.eclipse.org/Older_Versions_Of_Eclipse

For example, check out GitEye (Git GUI client) GitEye Installation Details

Or checkout DBBeaver (DB manager):

enter image description here

pratt
  • 1,184
  • 11
  • 16
0

Same issue i was getting , but When we open our eclipse software then automatically we can see eclipse version and workspace location like these pic below enter image description here

Shubham Sharma
  • 2,750
  • 5
  • 28
  • 45