部分错误列表如下:
An internal error occurred during: "Initializing Spring UAA".
Error instantiating adapter factory for "org.eclipse.core.resources.IResource" declared by...
Unable to execute early startup code for an extension.
Unhandled Exception.
Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench".
An error occurred while automatiocally activating bundle com.vmware.vfabric.ide.eclipse....
Could not create the view:Plug-in "org.springframework.ide.eclipse.ui" was unable to instantiate class "org.springframework.ide.eclipse.ui.navigator.SpringNavigator".
..................
尝试过的解决方案:
1.在"STS.ini" 中前两行加上“-clean” and "-refresh", also "mvn clean install" and "mvn eclipse:clean eclipse:eclipse",然后重启STS --No use
2.找到本地maven repository并且重命名为"older_repository",然后重启STS --No use
3.删除已安装的STS,并且删除maven repository文件,然后重装STS-》打开-》设置Maven User Settings-》重启-》打开 --OK
--说明只要电脑上装过STS,对应的maven repository文件就会保留,那么之前的setting就会应用到新装的STS上,如果出现问题,需要删除老的repository文件并重装哦。
本来以为所有问题都解决了,于是Import一个project,结果在点击Finish的时候弹出如下对话框:
- 果断点击复选框并且点击“Next”,等着下载进度。。结果点了半天都木有反应,于是放弃了。
- 于是点击“Help”-》“Check for Updates”,选中所有可以更新的复选框,然后等着下载进度。。
- 等下载完,重新Import刚刚的Project,结果,可以正常导入,所有的红色错误也都消失了。