Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] BundleException when starting org.eclipse.equinox.http

You can get a number of third party bundles (like javax.servlet) from
Orbit.
http://download.eclipse.org/tools/orbit/downloads/

The javax.servlet bundle also come packaged in the 3.3 Eclipse SDK.

-Simon

equinox-dev-bounces@xxxxxxxxxxx wrote on 05/12/2007 06:21:52 PM:

> The Equinox HttpService bundle has a dependency on the servlet api.
> You can use the org.eclipse.equinox.servlet.api_1.0.0.v20060601.jar,
> or any other osgi bundle that exports the servlet api.
>
> On 12/05/07, Stefan Neumann <s.neu@xxxxxxxxxxxxxx> wrote:
> > Hi,
> >
> > in any available version I get an org.osgi.framework.BundleException:
> > The bundle could not be resolved...Missing Constraint...javax.servlet,
> > when trying to start the HttpService.
> > I've just downloaded and unzipped one of the SDK's like
> > eclipse-equinox-SDK-3.3M7.zip
> > An installation problem?
> >
> > Thanks for help!
> > Stefan
> >
> > _______________________________________________
> > equinox-dev mailing list
> > equinox-dev@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/equinox-dev
> >
>
>
> --
> Cheers, Stuart
> _______________________________________________
> equinox-dev mailing list
> equinox-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/equinox-dev



Back to the top