我尝试过安装VMware Workbench is3.5.7 3.5.7.4238219 (来自https://code.vmware.com/web/workbench/wbis/3.5 )。我尝试使用两个不同版本的eclipse (帮助=>安装新软件),有两个不同的错误:
1) Ubuntu的eclipse包
我为Ubuntu16.04.2LTS安装了EclipseUbuntu16.04.2LTS(版本:3.8.1,Build id: debbuild),并安装了最新更新。当我试图添加存储库时,我得到了以下错误:
Cannot complete the install because one or more required items could not be found.
  Software being installed: VMware Workbench CIM Tools 3.5.7.4236111 (com.vmware.vide.cimtools.feature.feature.group 3.5.7.4236111)
  Missing requirement: Action Plug-in 3.5.7.4236111 (com.vmware.vide.p2action 3.5.7.4236111) requires 'package org.eclipse.equinox.p2.repository.artifact 2.3.0' but it could not be found
  Missing requirement: Action Plug-in 3.5.7.4249275 (com.vmware.vide.p2action 3.5.7.4249275) requires 'package org.eclipse.equinox.p2.repository.artifact 2.3.0' but it could not be found
  Cannot satisfy dependency:
    From: VMware Workbench CIM Tools 3.5.7.4236111 (com.vmware.vide.cimtools.feature.feature.group 3.5.7.4236111)
    To: com.vmware.vide.feature.feature.group [3.5.5,4.0.0)
  Cannot satisfy dependency:
    From: VMware Workbench Core 3.5.7.4236111 (com.vmware.vide.feature.feature.group 3.5.7.4236111)
    To: com.vmware.vide.p2action [3.5.7.4236111]
  Cannot satisfy dependency:
    From: VMware Workbench Core 3.5.7.4249275 (com.vmware.vide.feature.feature.group 3.5.7.4249275)
    To: com.vmware.vide.p2action [3.5.7.4249275]我寻找那个package org.eclipse.equinox.p2.repository.artifact 2.3.0,但我不知道如何满足它。
2)来自eclipse.org的最新月食
我下载并执行了新的eclipse安装程序 for Linux64 bits (同样是Ubuntu16.04.2LTS)。它的版本:Neon.3发行版(4.6.3)并构建id: 20170314-1500。我再次安装了最新的更新,并试图安装VMware工作台是存储库,并得到了以下错误:
An error occurred while configuring the installed items
session context was:(profile=_home_test_eclipse_java-neon_eclipse, phase=org.eclipse.equinox.internal.p2.engine.phases.Configure, operand=null --> [R]com.vmware.vide.vlogbrowser.cli.feature.feature.group 3.5.7.4236111, action=org.eclipse.equinox.internal.p2.touchpoint.natives.actions.ChmodAction).
The action chmod failed - file /home/test/eclipse/java-neon/eclipse/features/com.vmware.vide.vlogbrowser.cli.feature_3.5.7.4236111/app/vmwb-server does not exist有人能帮我安装VMware工作台吗?
提前感谢!
/Angel
发布于 2017-06-22 17:11:52
我意识到ubuntu的eclipse已经提供了插件org.eclipse.equinox.p2.存储库,但是它的版本2.2和VMware工作台需要2.3。我不知道是否可以安装。
最后,我可以在新的$INSTALL_PATH/eclipse/java-neon/eclipse/features/com.vmware.vide.vlogbrowser.cli.feature_3.5.7.4236111/app/vmwb-server EclipseNeon.3发行版(4.6.3)上安装工作台,但在一个接一个地安装组件之后,按常识顺序仔细阅读错误:安装程序没有为您创建的文件夹,比如
感谢并致以最良好的问候
/Angel
https://stackoverflow.com/questions/44686833
复制相似问题