当我从这个更新站点安装GWT插件后启动eclipse luna(4.4)时:https://dl.google.com/eclipse/plugin/4.4 我的错误日志上出现了一堆错误,所有人都在抱怨“无法解析模块XXX”,其中XXX是: - com.google.gdt.eclipse.mobile.android - com.google.gwt.eclipse.oophm [869] - com.google.gwt.eclipse.core [867] - com.google.gdt.eclipse.suite.ext.e38
这是一个详细的堆栈跟踪:
org.osgi.framework.BundleException:无法解析模块: com.google.gwt.eclipse.oophm [869]未解决的要求: Require-Bundle:com.google.gdt.eclipse.core;知名度:=“再出口” - > Bundle-SymbolicName:com.google.gdt.eclipse.core;束版本= “3.8.0.v201410302155-REL-R44”;单:=“真” com.google.gdt.eclipse.core [854] 未解决的要求:Require-Bundle:com.google.gdt.eclipse.platform;知名度:=“再出口” - > Bundle-SymbolicName:com.google.gdt.eclipse.platform;束版本= “3.8.0.v201410302155-REL-R44”;单:=“真” com.google.gdt.eclipse.platform [863] 未解决的要求:要求能力:osgi.ee;滤波器:= “(及(osgi.ee = JavaSE的)(版本= 1.7))”
at or.e.eclipse.osgi.container.Module.start(Module.java:434)at at org.eclipse.osgi.container.ModuleContainer $ ContainerStartLevel.incStartLevel(ModuleContainer.java:1582) 在 org.eclipse.osgi.container.ModuleContainer $ ContainerStartLevel.incStartLevel(ModuleContainer.java:1561) 在 org.eclipse.osgi.container.ModuleContainer $ ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533) 在 org.eclipse.osgi.container.ModuleContainer $ ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476) 在 org.eclipse.osgi.container.ModuleContainer $ ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) 在 org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230) 在 org.eclipse.osgi.framework.eventmgr.EventManager $ EventThread.run(EventManager.java:340)
我的环境是 OSX,Mountain Lion,运行Java 1.6.0。
答案 0 :(得分:0)
解决:问题是使用的JDK版本非常老旧。我下载了jdk 1.7.x,现在可以使用了。希望这有帮助