简体   繁体   English

Osgi应用-Equinox 3.9中缺少捆绑包“ org.eclipse.equinox.http”

[英]Osgi app - Missing Bundle “org.eclipse.equinox.http” in Equinox 3.9

I'm trying to develop a OSGi app based on the tutorial in below link. 我正在尝试根据以下链接中的教程开发OSGi应用程序。

http://bryanhunt.wordpress.com/2010/05/14/osgi-as-a-web-application-server/ http://bryanhunt.wordpress.com/2010/05/14/osgi-as-a-web-application-server/

In that tutorial, Launch configuration step, it is mentioned like to check the following bundles - org.eclipse.equinox.http . 在该教程的“启动配置”步骤中,提到要检查以下捆绑软件-org.eclipse.equinox.http

I'm using Eclipse kepler with Equinox 3.9 as target platform. 我将Equinox 3.9作为目标平台使用Eclipse kepler。 In the Run Configuration,I could not find org.eclipse.equinox.http . 在“运行配置”中,我找不到org.eclipse.equinox.http

Can Anyone suggest me ,How to include that bundle in my app? 有人可以建议我,如何在我的应用程序中包含该捆绑软件吗?

You can find more information about that bundle (and related ones) here: 您可以在此处找到有关该捆绑包(和相关捆绑包)的更多信息:

http://eclipse.org/equinox/server/http_in_equinox.php http://eclipse.org/equinox/server/http_in_equinox.php

Eclipse provides a download with all bundles that are part of the Equinox project: Eclipse提供了包含Equinox项目一部分的所有捆绑软件的下载:

http://download.eclipse.org/equinox/drops/R-KeplerSR2-201402211700/index.php http://download.eclipse.org/equinox/drops/R-KeplerSR2-201402211700/index.php

The bundle org.eclipse.equinox.http is not included within the default Eclipse installation. 捆绑包org.eclipse.equinox.http不包含在默认的Eclipse安装中。 The easiest way is to import the Eclipse Equinox HTTP team project set file ( description ) and to import the project set to your Eclipse workspace, see here how to import such files. 最简单的方法是导入Eclipse Equinox HTTP团队项目集文件description )并将项目集导入到Eclipse工作区,请参见此处如何导入此类文件。

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

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