Bug 21765 - IBM 1.4 VM not recognized by default
Summary: IBM 1.4 VM not recognized by default
Status: RESOLVED DUPLICATE of bug 22390
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 1.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Joe Szurszewski CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-22 11:33 EDT by yann CLA
Modified: 2002-08-22 12:37 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description yann CLA 2002-07-22 11:33:50 EDT
Launch Eclipse on a new workspace with IBM 1.4 VM specified in the command 
line.
Create a new Java project.
No JRE_LIB is added and there are two errors in the task list.
Go to Window >Preferences > Java > Installed JREs.
An error dialog is displayed and says "Installed JRE location no longer 
exists. JRE will be removed. Reason: JRE removed".
Every time I try to add the 1.4 VM, I get the same message and I cannot 
install it.
Comment 1 Joe Szurszewski CLA 2002-07-31 15:09:14 EDT
Well, the problem is very simple:  there is no rt.jar file under jre/lib.  Instead, it appears the 
standard Java classes have been split up into 7 different jar files with names like core.jar, 
graphics.jar, security.jar, server.jar, etc. We should find out if this is how they (IBM) intend 
to ship this VM.  If so, we will have to accommodate it, probably by creating a new VM install type. 
Comment 2 Edward Lam CLA 2002-08-09 12:50:49 EDT
A similar issue exists on Apple's MacOSX JRE.
Comment 3 Joe Szurszewski CLA 2002-08-22 12:37:47 EDT
Marking as duplicate of bug 22390.  Edward, can you file a separate bug (against JDT/Debug) and 
list the details of how the MacOSX JRE classes are broken up (how many jars and their names)?  
Thanks.

*** This bug has been marked as a duplicate of 22390 ***