PyDev installation problems with Kepler and Mac OS

前端 未结 4 1654
遇见更好的自我
遇见更好的自我 2021-02-08 06:22

I have Eclipse (Kepler) installed on OS X and updated recently to Maverick. Since then I didn\'t start Eclipse. Yesterday I did and it told me that there are update available. I

4条回答
  •  醉梦人生
    2021-02-08 07:06

    I solved this problem by changing the eclipse.ini file. I changed from this value

    -vmargs -Dosgi.requiredJavaVersion=1.6

    to this value.

    -vmargs -Dosgi.requiredJavaVersion=1.7

    But of course you must have jdk 7 installed previously.

提交回复
热议问题