我正在使用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]这是错误的快照..

谁能告诉我..。如何才能满足VESTIGO安装所需的那些依赖项。
发布于 2013-03-27 11:11:00
从安装的错误消息中可以看出,Vestigo UI需要'org.osgi.framework‘和版本'1.7.0’作为先决条件。
我认为Eclipse Juno中的'org.osgi.framework‘已经更新到了'1.7.0’。你必须首先更新你的Helios到Juno,或者直接下载Juno from eclipse.org,然后在上面安装Vestigo。
https://stackoverflow.com/questions/15515698
复制相似问题