无法在Eclipse Helios中安装VestiGO JPA查询浏览器

时间:2013-03-20 04:57:01

标签: eclipse

我正在使用Eclipse Helios for Java EE Apps。

我在安装时安装VESTIGO JPA Query Browser时遇到问题。我收到这样的错误日志......

 Cannot complete the install because one or more required items could not be found.
  Software being installed: Vestigo Cumulus4j integration 1.0.1 (org.nightlabs.vestigo.cumulus4j.ui.feature.feature.group 1.0.1)
  Missing requirement: org.nightlabs.vestigo.ui 1.0.1 (org.nightlabs.vestigo.ui 1.0.1) requires 'package org.osgi.framework [1.7.0,2.0.0)' but it could not be found
  Cannot satisfy dependency:
    From: Vestigo Cumulus4j integration 1.0.1 (org.nightlabs.vestigo.cumulus4j.ui.feature.feature.group 1.0.1)
    To: org.nightlabs.vestigo.ui.feature.feature.group 1.0.1
  Cannot satisfy dependency:
    From: Vestigo - JDO JPA Query Browser 1.0.1 (org.nightlabs.vestigo.ui.feature.feature.group 1.0.1)
    To: org.nightlabs.vestigo.ui [1.0.1]

这是错误的抓拍..

enter image description here

任何人都可以告诉我..如何满足VESTIGO安装所需的依赖性。

1 个答案:

答案 0 :(得分:2)

从安装的错误消息来看,Vestigo UI需要'org.osgi.framework',版本为'1.7.0'作为先决条件。

我认为Eclipse Juno中'org.osgi.framework'已更新为'1.7.0'。您必须先将Helios更新为Juno,或直接下载Juno from eclipse.org然后再安装Vestigo。