Eclipse on Mac 10.8 - Installed 1.7.0 JRE / JDK, but Eclipse won't launch

后端 未结 18 983
深忆病人
深忆病人 2020-12-14 16:53
  • Installed Java SE 1.7.0u10 from Oracle w/ their installer package

  • Downloaded and unpacked Eclipse Juno (4.2.1)

  • Double click Eclipse

18条回答
  •  离开以前
    2020-12-14 17:21

    I had same problem.

    First of all ; JDK(java development Kit) and JRE(Java Runtime Environment) are different things. It was confused by people

    In order to install eclipse yo should install latest JDK . So

    1. Visit http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

    2. Download suitable version for your mac

    3. You can check your version now ; it won't be 1.6 anymore

    4. Try to install eclipse again , see it works.

    Good luck!..

提交回复
热议问题