Bug 299136 - The order of compatible JRE associated with OSGi min EE is not optimal
Summary: The order of compatible JRE associated with OSGi min EE is not optimal
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.6   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-08 10:17 EST by Thomas Watson CLA
Modified: 2010-01-08 11:31 EST (History)
0 users

See Also:


Attachments
screen shot of the compatible jre ordering when selecting the osgi min 1.0 EE (63.95 KB, image/jpeg)
2010-01-08 10:17 EST, Thomas Watson CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Watson CLA 2010-01-08 10:17:33 EST
Created attachment 155608 [details]
screen shot of the compatible jre ordering when selecting the osgi min 1.0 EE

If you install the OSGi min 1.1 and 1.2 JREs by using the Execution Environment Descriptions provided in the project org.eclipse.osgi/osgi/ folder from Equinox you will notice that the order of compatible JREs is not optinal for the OSGi min 1.0 EE.  It lists the Java SE versions first and the OSGi min 1.1 and 1.2 jres last.  If you have a PDE project which specifies the EE of OSGi min 1.0 it will default to using J2SE 1.4 JRE.

You can check the preferred compatible JRE to be OSGi Min 1.2 or 1.1 but it would be good to make the order more optimal so that you did not have to do that.
Comment 1 Thomas Watson CLA 2010-01-08 11:31:32 EST
Changing to enhancement for better ordering of compatible JREs.