Eclipse Version

前端 未结 9 845
别跟我提以往
别跟我提以往 2021-02-01 04:35

How do you check the current version of eclipse that I am currently running? Is it possible to tell if it is aqua or carbon (I am running Mac OS X 10.5)?

相关标签:
9条回答
  • 2021-02-01 04:39

    They don't make it very clear. They could do a better job of clarifying which release name and version number you're are working with.

    0 讨论(0)
  • 2021-02-01 04:43

    I too have struggled a lot to get version number of Eclipse. Also as discussed in other posts we can easily get the name but NOT the version number. I found a more simpler way to get the version number:

    Each Eclipse installation directory in your system has a html readme file at eclipse/readme/readme_eclipse. Just open that and you will notice the first 2 lines of the html file has version details.

    • eclipse Juno Release 4.2.0 ; Last revised June 8th, 2012

    • Eclipse Indigo Release 3.7.2 ; Last revised Feb 7, 2012

    • Eclipse Helios Release 3.6.2 ; Last revised February 10, 2011

    0 讨论(0)
  • 2021-02-01 04:45

    In case anyone has installed one of the 'bundled' versions of Eclipse (e.g. bundled with EE development tools as below) and is still looking, the steps below will show the 'bundled' version and the platform version (and other component versions also):

    First select 'About Eclipse' from the Eclipse menu:

    alt text

    then select 'Installation details from the box below' alt text

    Next click on the triangle against 'Eclipse IDE for Java EE Developers' below to expand it: alt text

    And now you should be able to read the version numbers, as below: alt text

    By now of course you may be wondering if everything else in the IDE is this obscure...

    0 讨论(0)
  • 2021-02-01 04:46

    Can't you just go Help -> About Eclipse


    (source: uni-kassel.de)

    (ignore the actually selected menu)

    0 讨论(0)
  • 2021-02-01 04:48

    My eclipse has a file .eclipseproduct in its' main folder which contains:

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

    Perhaps that might help?

    Edit: Couldn't find any useful command-line switch for that task.

    0 讨论(0)
  • 2021-02-01 04:57

    Some of you are right, the developer version it is not very clear.

    Anyway, go to help and then About Eclipse a new window opens then go to Installation details and click on the installation window Installed Software tab you would see the version.

    0 讨论(0)
提交回复
热议问题