【发布时间】:2015-10-14 01:25:28
【问题描述】:
在启动 Spring Starter Project 时,我遇到了异常。 STS 版本 3.7.0 。我是 Spring 新手,不胜感激。
!ENTRY org.eclipse.fx.core 4 0 2015-07-22 11:09:51.697 !MESSAGE 框架事件错误 !堆栈 0 org.osgi.framework.BundleException:无法解析模块:org.eclipse.fx.core [412] 未解决的需求:Require-Capability: osgi.ee;过滤器:=“(&(osgi.ee=JavaSE)(版本=1.8))” 未解决的需求:Require-Bundle: org.eclipse.jdt.annotation;捆绑版本="[2.0.0,3.0.0)";分辨率:=“可选” -> Bundle-SymbolicName:org.eclipse.jdt.annotation;捆绑版本="2.0.100.v20150311-1658" org.eclipse.jdt.annotation [421] 未解决的需求:Require-Capability: osgi.ee; filter:="(&(osgi.ee=JavaSE)(version=1.8))"
at org.eclipse.osgi.container.Module.start(Module.java:434)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
【问题讨论】: