我正在使用 Ubuntu 13.10。我正在使用 Eclipse Kepler Enterprise Edition(版本:Kepler Service Release 2 Build id:20140224-0627)。我想在我的开普勒版本中安装 JavaFx ( e(fx)clipse )。1. 我尝试从 Eclipse Market 安装它,它给了我类似 e(fx)clipse 的错误不会安装。 我搜索了这个错误,发现http://www.eclipse.org/forums/index.php/t/629144/但它对我有帮助。
所以我选择了另一个选项来安装 e(fx)clipse,我在http://www.eclipse.org/efxclipse/install.html#for-the-ambitious找到了这些步骤
- 当我尝试使用这些提到的步骤进行安装时,我发现了类似的错误
无法完成安装,因为找不到一项或多项所需项目。正在安装的软件:e(fx)clipse - IDE - Kepler 0.9.0.201401250805 (org.eclipse.fx.ide.all.kepler.feature.feature.group 0.9.0.201401250805)
缺少要求:e(fx)clipse - IDE - FXGraph 0.9.0.201401250805 (org.eclipse.fx.ide.fxgraph.feature.feature.group 0.9.0.201401250805) 需要 'org.eclipse.xtext.sdk.feature.group 2.5。 0' 但找不到
不能满足依赖:
来自:e(fx)clipse - IDE - Kepler 0.9.0.201401250805 (org.eclipse.fx.ide.all.kepler.feature.feature.group 0.9.0.201401250805)
至:org.eclipse.fx.ide.fxgraph.feature.feature.group [0.9.0.201401250805]
之后,我删除了我的 eclipse 当前版本,并再次下载了相同的版本(Eclipse Kepler Enterprise Edition)并尝试再次安装 e(fx)clipse,即使我遇到了同样的问题。
有人可以帮我解决在 Eclipse Kepler Enterprise Edition 中安装 JavaFX 的问题吗?