I want to use osgi to support servlet, but I found thatOrg. Eclipse. Equinox. http. helper
The package cannot be found.ArticleTo obtain the package. The package has not been officially released. It can only be obtained from CVs of Eclipse.
Source: http://imamraza.wordpress.com/2009/02/06/making-orgeclipseequinoxhttphelperjar-plugin-from-the-eclipse-repository-source-code/
Posted in osgi
At 5:03 am by imamraza
Follow below steps to make org. Eclipse. Equinox. http. helper. Jar
- You need to checked out source code of this bundle from the eclipse repository (
Anonymous@dev.eclipse.org:/cvsroot/eclipse module:/equinox-incubator/org. Eclipse. Equinox. http. helper). Its size is very small around50.2kb
- Make an empty project of plugin type in eclipse and then put above
Org. Eclipse. Equinox. http. helper/srcContents into its SRC folder of the project. Similarly put
Org. Eclipse. Equinox. http. helper/META-INF/manifest. MF
File into the project meta-INF folder.
- Right click on the project and click "export". Then click
Deployable plug-ins and fragments as shown below and then click Next.
- In the next screen, check the box against the plugin
"Org. Eclipse. Equinox. http. helper" and provide the location for plugin
JAR file, as shown below and then click Finish.
- This will createOrg. Eclipse. Equinox. http. helper_1.0.0.200901151028.jar
In the plugin folder of the specified location e. g in the above case in
C:/plugin/org. Eclipse. Equinox. http. helper_1.0.0.200901151028.jar
The following are my configurations for your reference:
Use the import function of eclipse --> CVS to configure
Server:
: Pserver: anonymous@dev.eclipse.org:/cvsroot/eclipse
Module:
Equinox-incubator/org. Eclipse. Equinox. http. helper