简体   繁体   中英

How to see my Eclipse version?

如何找出系统上当前安装的Eclipse版本?

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

Help -> About Eclipse Platform

For Eclipse Mars - you can check Eclipse -> About Eclipse or Help -> Installation Details , then you should see the version:

在此输入图像描述

Go to Help -> About Eclipse Sdk

在此输入图像描述

在此输入图像描述

Go to the folder in which eclipse is installed then open readme folder followed by the readme txt file. Here you will find all the info you need.

I believe you can find out Eclipse Platform version for every software product that is Eclipse-based.

  1. Open Installation Details :

    • Go to Help => About => Installation Details.
    • Or to Help => Install New Software... => click What is already installed? link.
  2. Choose Plug-ins tab => type org.eclipse.platform => check Version column.

  3. You can match version code and version name on https://wiki.eclipse.org/Older_Versions_Of_Eclipse

For example, check out GitEye (Git GUI client) GitEye安装细节

Or checkout DBBeaver (DB manager):

在此输入图像描述

Same issue i was getting , but When we open our eclipse software then automatically we can see eclipse version and workspace location like these pic below 在此输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM