How to see my Eclipse version?

JavaEclipseEclipse PluginEclipse RcpEclipse Cdt

Java Problem Overview


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

Java Solutions


Solution 1 - Java

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

Solution 2 - Java

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 - Java

Go to Help -> About Eclipse Sdk

enter image description here

enter image description here

Solution 4 - Java

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.

Solution 5 - Java

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.
  1. Choose Plug-ins tab => type org.eclipse.platform => check Version column.

  2. 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

Solution 6 - Java

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

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
Questionvin-zhaoView Question on Stackoverflow
Solution 1 - JavaRoman CView Answer on Stackoverflow
Solution 2 - JavaAlexis C.View Answer on Stackoverflow
Solution 3 - JavaChiragView Answer on Stackoverflow
Solution 4 - JavaHarryView Answer on Stackoverflow
Solution 5 - JavaprattView Answer on Stackoverflow
Solution 6 - JavaShubham SharmaView Answer on Stackoverflow