Setting the correct PATH for Eclipse

后端 未结 7 2266
我寻月下人不归
我寻月下人不归 2020-11-29 03:06

I recently changed my path so I could follow along in the Head First Java book and I had Eclipse before. Now when I try to get onto Eclipse again it won\'t open because it s

7条回答
  •  無奈伤痛
    2020-11-29 03:51

    There are working combinations of OS, JDK and Eclipse bitness. In my case, I was using a 64-bit JDK with a 32-bit Eclipse on a 64-bit OS. After downgrading the JDK to 32-bit, Eclipse started working.

    Kindly use one of the following combinations.

    32-bit OS, 32-bit JDK, 32-bit Eclipse (32-bit only)

    64-bit OS, 32-bit JDK, 32-bit Eclipse

    64-bit OS, 64-bit JDK, 64-bit Eclipse (64-bit only)

提交回复
热议问题