Find eclipse version in your system

You are here : Home / Core Java Tutorials /


In this tutorial we will learn how to find out eclipse version installed in your system


How to find out eclipse version installed in your system/windows >


Go to eclipse/.eclipseproduct contains name, id and version info of eclipse >
name=Eclipse Platform
id=org.eclipse.platform
version=4.3.0



Go to eclipse/configuration/config.ini contains buildId info of eclipse >
eclipse.buildId=4.3.0.I20130605-2000


Go to eclipse/readme/readme_eclipse.html contains more detailed info about eclipse.


Find eclipse installed is 32 bit version or 64 bit version>
Go to eclipse/eclipse.ini
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20130521-0416


64 here is 64 bit, if it contains 32 bit then it will contain 32.


Go to Eclipse and open click About Eclipse,
You can see Build id.


Clicking on installation Details you can see further more detailed information about eclipse like -
eclipse.buildId=4.3.0.I20130605-2000
win32
-ws
win32
-arch
x86_64




Summary -


In this tutorial we learned how to find out eclipse version installed in your system.


Having any doubt? or you you liked the tutorial! Please comment in below section.
Please express your love by liking JavaMadeSoEasy.com (JMSE) on facebook, following on google+ or Twitter.

RELATED LINKS>

Find out windows version installed in your system using java program and cmd

Solved - Failed to load the JNI shared Library - JDK - eclipse


eEdit
Must read for you :