我用作IDE Eclipse 4.8 Photon,并且已经安装了Spring Tool Suite 3插件版本3.9.7.RELEASE。 到目前为止,一切都很好。 然后我尝试使用导入一个Spring入门项目 文件->新建-> Spring Boot->导入Spring入门内容
此后,我得到ClassCastException:
无法启动所选的向导。 插件“ org.springframework.ide.eclipse.boot.wizard”无法实例化类“ org.springframework.ide.eclipse.boot.wizard.guides.GSImportWizard”。 ClassCastException:尝试将资源bundleresource://1458.fwk2040301400:7 / javax / ws / rs / rs / client / ClientBuilder.class捆绑到bundleresource://1573.fwk2040301400/javax/ws/rs/client/ClientBuilder.class
我该如何解决这个问题?
答案 0 :(得分:1)
似乎问题是由于Eclipse 4.8 Photon,Spring Tools 3 Add-On 3.9.7.RELEASE以及其他一些已安装的插件或工具的结合而出现的。 我找不到导致问题的插件或工具。 我改为Eclipse 4.9和Spring Tools 3 Add-On 3.9.8.RELEASE。 这样,“导入Spring入门内容”就可以正常工作了。