我的是neon3版本
解決辦法是:
首先把這兩個選項勾選,才能看到eclipse.ini完整的檔案名稱。然後用記事本等工具開啟編輯。
新版的裡面原本是這樣:
-startupplugins/org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar--launcher.libraryC:/Users/scc/.p2/pool/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.401.v20161122-1740-productorg.eclipse.epp.package.jee.product--launcher.defaultActionopenFile-vm //D:\IDE\java\bin//這兩行是需要增加進去的,代表你jvm的位置。新版裡面沒有這個配置,需要你手動添加自己的jvm-showsplashorg.eclipse.platform--launcher.appendVmargs-vmargs-Dosgi.requiredJavaVersion=1.8-XX:+UseG1GC-XX:+UseStringDeduplication-Dosgi.requiredJavaVersion=1.8-Xms256m-Xmx1024m //補充這個是虛擬機器的記憶體選項大小-Declipse.p2.max.threads=10-Doomph.update.url=http://download.eclipse.org/oomph/updates/milestone/latest-Doomph.redirection.index.redirection=index:/->http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/
設定檔修改完畢即可成功運行eclipse neon3 歡迎評論。