Eclipse:如何找出 Eclipse 版本
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/15679562/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Eclipse : how to find out the Eclipse Version
提问by user974802
Could anybody please tell me how to find out the Eclipse Version i am using .
谁能告诉我如何找出我正在使用的 Eclipse 版本。
This is basically , i need to download a Software for Eclipse which says if its (lesser than ) <=3.5 download one link and if its (greater than ) > = 3.6
这基本上是,我需要为 Eclipse 下载一个软件,上面说如果它(小于)<=3.5 下载一个链接,如果它(大于)> = 3.6
I tried to find out the Eclipse version this way
我试图通过这种方式找出 Eclipse 版本
From Eclipse Menu Help ----> About Eclipse
从 Eclipse 菜单帮助 ----> 关于 Eclipse
It displayed as
它显示为
Eclipse Java EE IDE for Web Developers.
Version: Helios Service Release 2
Build id: 20110218-0911
But i am not sure if its greater or lesser than 3.5
但我不确定它是大于还是小于 3.5
回答by Freak
eclipse has a file .eclipseproduct
in its root folder which contains its version.
When you open the file it will look likes
eclipse.eclipseproduct
在其根文件夹中有一个文件,其中包含它的版本。
当您打开文件时,它看起来像
name=Eclipse Platform
id=org.eclipse.platform
version=3.7.0
回答by jam
Helios releases were 3.6.X (there is a list of the matchup between version names and numbers on the wikipedia page).
Helios 版本是 3.6.X(维基百科页面上有版本名称和数字之间的匹配列表)。
Though if there isn't any specific reason for using a release that old you may wish to update. Helios won't be supported much longer.
但是,如果没有任何特定原因使用您可能希望更新的旧版本。不再支持 Helios。