Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » Equinox classpath requirements
Equinox classpath requirements [message #82076] Mon, 29 January 2007 18:27 Go to next message
Eclipse UserFriend
Originally posted by: kgilmer.gmail.com

Hello :)

Is it documented somewhere that Equinox requires the CDC/Foundation
classpath rather than just CDC? I wasn't able to find it.

Thanks
Ken
Re: Equinox classpath requirements [message #82093 is a reply to message #82076] Mon, 29 January 2007 20:53 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: alex_blewitt.yahoo.com

The OSGi spec (section 3.3.1) defines the types of execution requirements, and doesn't just refer to the CDC configuration but to the CDC-1.0/Foundation-1.0 profile within it. That being said, I expect that Equinox has a minimum of CDC-1.0/Foundation-1.0, although I can't personally say for sure.

If you look at the 3.2 development plan, it lists what bundles require what level of service:

http://www.eclipse.org/eclipse/development/eclipse_project_p lan_3_2.html

Some of them say 1.4/1.5 meaning they'll run on 1.4, but have enhanced functionality on 1.5. There's also M1.0 and F.10 for minimum and foundation profiles IIRC.

Alex.
Re: Equinox classpath requirements [message #82108 is a reply to message #82093] Tue, 30 January 2007 14:55 Go to previous message
Thomas Watson is currently offline Thomas WatsonFriend
Messages: 503
Registered: July 2009
Senior Member
Each bundle in Equinox (and Eclipse actually) should include a
Bundle-RequiredExecutionEnvironment header that specifies the minimum
EEs they can run on. The Equinox Framework itself (org.eclipse.osgi)
declares it can run on the OSGi/Minimum-1.0 EE which is a subset of
CDC-1.0/Foundation-1.0.

Tom
Previous Topic:automatically determining the required plugins to be deployed in a WAR file/tested with dynamic web
Next Topic:Log4j Problem Again: How to configure a simple bundle to use Log4j ?
Goto Forum:
  


Current Time: Fri Apr 26 12:11:15 GMT 2024

Powered by FUDForum. Page generated in 2.23593 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top