Eclipse相关
常用Eclipse插件地址
- svn
http://subclipse.tigris.org/update_1.10.x - egit
http://download.eclipse.org/egit/updates - gonsole
http://rherrmann.github.io/gonsole/repositoryGonsole 是一个 EClipse IDE 的 Git控制台
Eclipse 更新地址 : http://rherrmann.github.io/gonsole/repository - theme
http://eclipse-color-theme.github.com/update/
常见问题
1、Incompatible JVM. Version 1.8... Version: 11 or greater is required
一开始装了个jdk11还是一样报错。后来参考了 https://stackoverflow.com/questions/63996047/eclipse-incompatible-jvm-version-1-8-0-261-of-the-jvm-is-not-suitable-for-thi 在.ini文件的-vmargs前增加了两行:
-vm
E:\java\jdk11\bin\javaw.exe
就ok了