Bug 24621

Summary: Cannot specified JRE for each project separely ...
Product: [Eclipse Project] JDT Reporter: Marc Boily <Marc.Boily>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: RESOLVED WORKSFORME QA Contact:
Severity: minor    
Priority: P3 CC: lars.neidhold
Version: 2.0.1   
Target Milestone: 2.1 M2   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Marc Boily CLA 2002-10-10 08:25:54 EDT
I have two project in my workspace and each project use own JRE ...
I cannot specify different JRE for each project and it's very
not funny to always switch the JRE in Windows/preferences screen..

Can you make something about that?
Comment 1 Philipe Mulet CLA 2002-10-11 06:30:50 EDT
You should instead be using classpath containers which are assignable on a per 
project basis (as opposed to classpath variables which are global to the 
workspace).

Go to your buildpath properties, and replace the JRE_LIB reference with a 
container reference available on the library tab under advanced button. You 
want to pick "JRE System Library", which you can configure to meet your 
requirement.

Also note that containers allow you to put multiple JARs in there as well (e.g. 
extension lib JARs).
Comment 2 Philipe Mulet CLA 2002-10-11 06:31:04 EDT
Closing
Comment 3 Marc Boily CLA 2002-10-11 08:02:18 EDT
Thank you, i will try that now !
You're very fast for repond to me !

Thank you from my 40 developers !
Comment 4 Philipe Mulet CLA 2002-11-29 06:33:41 EST
*** Bug 27374 has been marked as a duplicate of this bug. ***