Italy can have all the word cup they want, but they still don't have a committer in the SDK whereas France is strongly represented with 7 active people and 4 retirees :-)
Congrats for the cup Italy.
Monday, July 10, 2006
Friday, July 07, 2006
Setting the Bundle-RequiredExecutionEnvironment
In 3.2, each bundle included in the Eclipse SDK got its "required execution environments" set.
The two main motivations were:
The two main motivations were:
- Carefully controlling the set of APIs we use from the JRE and reduce our dependencies
- Express in an API way the fact that some bundles could run on lower configurations than the one recommended by the platform (for example SWT and OSGi can run on foundation)
- At runtime, bundles that do not qualify to run on the VM will not run (for example bundles requiring java 5 will not resolve on a 1.4 VM)
- At build time, PDE Build will set the compilation flags for you and make use of the proper class library (see PDE Build help).
Subscribe to:
Posts (Atom)