查找Eclipse版本号 [英] Finding the Eclipse Version Number

查看:120
本文介绍了查找Eclipse版本号的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

解决方案

(2012年9月更新):



MRT 评论中指出 Eclipse版本问题引用主文件夹中的 .eclipseproduct ,它包含:

  name = Eclipse Platform 
id = org.eclipse.platform
version = 3.x.0

所以这看起来比我原来的答案更直接。



此外, Neeme Praks 提到以下 e是一个 eclipse / configuration / config.ini ,其中包含如下一行:

  eclipse.buildId = 4.4.1.M20140925-0400 

再次更容易找到,因为那些是使用 System.getProperty(eclipse.buildId)设置的Java属性。






原始答案(2009年4月)



对于Eclipse Helios 3.6,您可以直接从About屏幕推断Eclipse Platform版本:

它是Eclipse全局版本和构建ID的组合:





以下是Eclipse 3.6M6的示例:

版本将为: 3.6 .0.v201003121448 ,版本3.6.0和版本号I20100312-1448(2010年3月12日14时48分之后的集成版本



要查看它更容易,点击插件详细信息并按版本排序。






注意:Eclipse3.6具有全新的酷炫标志:





您可以看到在不同插件的加载步骤中正在显示的构建Id。


I have posted how to find it in Eclipse Gallileo, but if anyone has information on older versions feel free to post it below.

解决方案

(Update September 2012):

MRT points out in the comments that "Eclipse Version" question references a .eclipseproduct in the main folder, and it contains:

name=Eclipse Platform
id=org.eclipse.platform
version=3.x.0

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:

eclipse.buildId=4.4.1.M20140925-0400

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.

这篇关于查找Eclipse版本号的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆