Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to see my Eclipse version? [duplicate]

How do I find out which version of Eclipse is currently installed on my system?

like image 698
vin-zhao Avatar asked Aug 24 '12 09:08

vin-zhao


People also ask

Can I have 2 versions of Eclipse?

You can have multiple Eclipse installations on the same machine, including different versions. Just unzip or untar them in different directories; they won't conflict.

How do I know my Eclipse version?

Look at Help -> About Eclipse IDE. This will tell which product and version thereof that you have installed.

How can I see Eclipse in CMD?

The first method is to use the About Eclipse link which could be found in the Help menu. Open Eclipse. Go to Help=>About Eclipse. Eclipse will display a pop-up as below where you will be able to check the version of Eclipse you are using.

Can Windows 10 install two eclipses?

Yes you can have multiple installs.


1 Answers

Open .eclipseproduct in the product installation folder. Or open Configuration\config.ini and check property eclipse.buildId if exist.

like image 100
Roman C Avatar answered Oct 10 '22 07:10

Roman C