我是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
,问题就会解决,但我想知道如何安装它?
环境:
答案 0 :(得分:2)
安装它的最简单方法是Eclipse Orbit。