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

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


Back to the top