I have posted how to find it in Eclipse Gallileo, but if anyone has information on older versions feel free to post it below.
相关问题
- Eclipse and Mylyn : how to disable grey files in t
- Installing Pydev for Eclipse throws error
- Error in Scala Compiler: java.lang.AssertionError:
- How to remove unused imports using Eclipse and not
- Assume/switch role in aws toolkit for eclipse 2.0
相关文章
- selenium+eclipse 打开网页时报错
- Eclipse failing to open
- Eclipse how can I indent C++ preprocessor macros
- Why is FindBugs ignoring my check for null?
- Eclipse cleanup - what are the “.index” files - ca
- Eclipse plugin to find out unused methods in a cla
- Spring NamespaceHandler issue when launching Maven
- Google USB Package isn't showing in SDK Manang
if you want to access this programatically, you can do it by figuring out the version of eclipse\plugins\org.eclipse.platform_ plugin
For Eclipse Java EE IDE - Indigo: Help > About Eclipse > Eclipse.org (third from last). In the 'About Eclipse Platform' locate Eclipse Platform and you'll have the version beneath the Version Column. Hope this helps J2EE Indigo Users.
(Update September 2012):
MRT points out in the comments that "Eclipse Version" question references a
.eclipseproduct
in the main folder, and it contains:So that seems more straightforward than my original answer below.
Also, Neeme Praks mentions below that there is a
eclipse/configuration/config.ini
which includes a line like:Again easier to find, as those are Java properties set and found with
System.getProperty("eclipse.buildId")
.Original answer (April 2009)
For Eclipse Helios 3.6, you can deduce the Eclipse Platform version directly from the About screen:
It is a combination of the Eclipse global version and the build Id:
Here is an example for Eclipse 3.6M6:
The version would be: 3.6.0.v201003121448, after the version 3.6.0 and the build Id I20100312-1448 (an Integration build from March 12th, 2010 at 14h48
To see it more easily, click on "Plugin Details" and sort by Version.
Note: Eclipse3.6 has a brand new cool logo:
And you can see the build Id now being displayed during the loading step of the different plugin.
In Eclipse Gallileo:
The about page (Help -> About Eclipse) has some icons towards the bottom of the dialogue. This should include two which are the plain Eclipse icon. Select the one with tooltip "Eclipse.org". Eclipse has many components, each of which has its own version number. The core is the Eclipse Platform
For Eclipse Kepler, there is no Help > About Eclipse but I found this works:
Eclipse > About Eclipse
I think, the easiest way is to read readme file inside your Eclipse directory at path
eclipse/readme/eclipse_readme
.At the very top of this file it clearly tells the version number:
For My Eclipse Juno; it says version as
Release 4.2.0