如何在 Eclipse 中安装指定的 bundle (com.fasterxml.jackson.core.jackson-core)
How to install a specified bundle (com.fasterxml.jackson.core.jackson-core) in Eclipse
我是 Eclipse 插件开发新手。我下载了一个 Eclipse 插件的完整源代码。当我尝试将其导出并安装到本地 Eclipse 时,我遇到了一个 "Install job" 问题:
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 版本 (4.7.1a)
最简单的安装方法是从 Eclipse Orbit.
- 打开安装管理器(帮助 > 安装新软件....)
- 将相关的 Orbit 站点作为位置
- 检查有问题的插件
- 通过向导完成安装
我是 Eclipse 插件开发新手。我下载了一个 Eclipse 插件的完整源代码。当我尝试将其导出并安装到本地 Eclipse 时,我遇到了一个 "Install job" 问题:
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 版本 (4.7.1a)
最简单的安装方法是从 Eclipse Orbit.
- 打开安装管理器(帮助 > 安装新软件....)
- 将相关的 Orbit 站点作为位置
- 检查有问题的插件
- 通过向导完成安装