Eclipse : how to find out the Eclipse Version

eclipse

Solution

eclipse has a file `.eclipseproduct` in its root folder which contains its version. When you open the file it will look likes

name=Eclipse Platform
id=org.eclipse.platform
version=3.7.0

Problem

Could anybody please tell me how to find out the Eclipse Version i am using . 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 I tried to find out the Eclipse version this way From Eclipse Menu Help ----> About 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

Original source

Related problems