简体   繁体   English

无法安装Eclipse UIMA插件

[英]Cannot Install Eclipse UIMA Plugin

I am following the docs at 我正在关注以下位置的文档

http://uima.apache.org/downloads/releaseDocs/2.2.2-incubating/docs/html/overview_and_setup/overview_and_setup.html#ugr.ovv.eclipse_setup http://uima.apache.org/downloads/releaseDocs/2.2.2-incubating/docs/html/overview_and_setup/overview_and_setup.html#ugr.ovv.eclipse_setup

when I try to install the UIMA tools plugin, I get 当我尝试安装UIMA工具插件时,我得到

Cannot complete the install because one or more required items could not be found.
  Software being installed: UIMA Tools (includes Runtime) 2.8.1 (org.apache.uima.tools.feature.group 2.8.1)
  Missing requirement: UIMA Eclipse: uimaj-ep-jcasgen 2.3.1 (org.apache.uima.jcas.jcasgenp 2.3.1) requires 'package org.eclipse.core.internal.compatibility 0.0.0' but it could not be found
  Missing requirement: Apache UIMA Eclipse: uimaj-ep-jcasgen 2.4.0 (org.apache.uima.jcas.jcasgenp 2.4.0) requires 'package org.eclipse.core.internal.compatibility 0.0.0' but it could not be found
  Missing requirement: Apache UIMA Eclipse: uimaj-ep-jcasgen 2.4.1 (org.apache.uima.jcas.jcasgenp 2.4.1) requires 'package org.eclipse.core.internal.compatibility 0.0.0' but it could not be found
  Missing requirement: Apache UIMA Eclipse: uimaj-ep-jcasgen 2.4.2 (org.apache.uima.jcas.jcasgenp 2.4.2) requires 'package org.eclipse.core.internal.compatibility 0.0.0' but it could not be found
  Missing requirement: Apache UIMA Eclipse: uimaj-ep-jcasgen 2.5.0 (org.apache.uima.jcas.jcasgenp 2.5.0) requires 'package org.eclipse.core.internal.compatibility 0.0.0' but it could not be found
  Missing requirement: Apache UIMA Eclipse: uimaj-ep-jcasgen 2.6.0 (org.apache.uima.jcas.jcasgenp 2.6.0) requires 'package org.eclipse.core.internal.compatibility 0.0.0' but it could not be found
  Missing requirement: Apache UIMA Eclipse: uimaj-ep-jcasgen 2.7.0 (org.apache.uima.jcas.jcasgenp 2.7.0) requires 'package org.eclipse.core.internal.compatibility 0.0.0' but it could not be found
  Missing requirement: Apache UIMA Eclipse: uimaj-ep-jcasgen 2.8.0 (org.apache.uima.jcas.jcasgenp 2.8.0) requires 'package org.eclipse.core.internal.compatibility 0.0.0' but it could not be found
  Missing requirement: Apache UIMA Eclipse: uimaj-ep-jcasgen 2.8.1 (org.apache.uima.jcas.jcasgenp 2.8.1) requires 'package org.eclipse.core.internal.compatibility 0.0.0' but it could not be found
  Cannot satisfy dependency:
    From: UIMA Tools (includes Runtime) 2.8.1 (org.apache.uima.tools.feature.group 2.8.1)
    To: org.apache.uima.jcas.jcasgenp 0.0.0

where can I install this package 我在哪里可以安装此软件包

org.eclipse.core.internal.compatibility 0.0.0'

so that I can then install 这样我就可以安装

uimaj-ep-jcasgen 2.8.1 (org.apache.uima.jcas.jcasgenp 2.8.1)

I am using Eclipse Neon and was able to install the Eclipse EMF tools for Neon. 我正在使用Eclipse Neon,并且能够为Neon安装Eclipse EMF工具。

Solved it by: 解决方法:

  • copying the content of $UIMA_HOME /eclipsePlugins/* to $ECLIPSE_HOME /eclipse/plugins/ $ UIMA_HOME / eclipsePlugins / *的内容复制$ ECLIPSE_HOME / eclipse / plugins /
    ( where $UIMA_HOME is where you installed the UIMA SDK and $ECLIPSE_HOME is where you installed eclipse) (其中$ UIMA_HOME是您安装UIMA SDK的位置, $ ECLIPSE_HOME是您安装eclipse的位置)
  • Then running eclipse with "-clean" 然后使用“ -clean”运行eclipse

Note: Using Eclipse neon on linux and uima 2.9 注意:在Linux和uima 2.9上使用Eclipse neon

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM