如何在Eclipse中安装指定的包(com.fasterxml.jackson.core.jackson-core)

时间:2017-12-13 11:19:13

标签: eclipse plugins eclipse-plugin jackson bundle

我是Eclipse插件开发的新手。我下载了一个完整的Eclipse插件源代码。当我尝试将其导出并在我的本地Eclipse中安装时,我遇到了“安装作业”问题:

Operation details
Cannot complete the install because one or more required items could not be found. ** requires 'bundle com.fasterxml.jackson.core.jackson-core 0.0.0' but it could not be found


在MANIFEST.MF中:

Require-Bundle: com.fasterxml.jackson.core.jackson-core,
 com.fasterxml.jackson.core.jackson-databind


我想如果我可以安装com.fasterxml.jackson.core.jackson-core,问题就会解决,但我想知道如何安装它?


环境:

  • Windows 10 64位
  • Eclipse Oxygen.1a Release(4.7.1a)

1 个答案:

答案 0 :(得分:2)

安装它的最简单方法是Eclipse Orbit

  1. 打开安装管理器(帮助>安装新软件....
  2. 将相关的Orbit网站作为位置
  3. 检查有问题的插件
  4. 完成向导,完成安装