How to reconfigure eclipse to use a 64 bit JVM

前端 未结 7 1205
忘了有多久
忘了有多久 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 07:54

    Add the -vm tag to eclipse.ini or the shortcut to explicitly specify a JRE. Note that the default for Windows XP is to use the CRAPPY JRE that comes with Windows.

    -vm "%JAVA_HOME%/bin/javaw.exe"

提交回复
热议问题