Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "PDE/Resources/Execution Environments"

< PDE‎ | Resources
(Execution Environments in API Tools)
(Execution Environments in API Tools)
Line 4: Line 4:
 
Execution Environments for a specific (plug-in) bundle can be specified in the manifest editor. It is generally only necessary to specify the lowest EE.
 
Execution Environments for a specific (plug-in) bundle can be specified in the manifest editor. It is generally only necessary to specify the lowest EE.
  
[[image:EEShot1.png|right]]
+
[[image:EEShot1.png|200px]]
  
  

Revision as of 18:18, 5 October 2009

Execution Environments in API Tools

Execution Environments (EE) are a neat concept within OSGi, however, things can become complicated when developing against multiple EEs.

Execution Environments for a specific (plug-in) bundle can be specified in the manifest editor. It is generally only necessary to specify the lowest EE.

EEShot1.png

Back to the top