How to reconfigure eclipse to use a 64 bit JVM

前端 未结 7 1283
忘了有多久
忘了有多久 2021-01-05 07:42

I\'m using eclipse on what I thought were all 64 bit runtime environments. The current settings Java>installed JREs and Execution Environment all point to jdk1.6.0_30 which

7条回答
  •  情歌与酒
    2021-01-05 08:02

    I think there is a bug in the Run Configuration page.

    I had to add the 64-bit JRE in run configuration, select it, and DELETE the 32-bit entry (even though it was already deselected).

    eclipse.ini didn't work for me.

    This is Eclipse Luna.

提交回复
热议问题