Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 192576

Summary: Batch compiler builds the default bootclasspath incorrectly for Apache Harmony
Product: [Eclipse Project] JDT Reporter: Nina Rinskaya <nina.rinskaya>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 3.3   
Target Milestone: 3.3 RC2   
Hardware: PC   
OS: All   
Whiteboard:
Attachments:
Description Flags
The patch specifies JAVA_HOME/lib/boot directory as class libraries files directory if java.vm.name is DRLVM. none

Description Nina Rinskaya CLA 2007-06-14 00:30:38 EDT
Batch compiler builds the bootclasspath incorrectly for Apache Harmony if "-bootclasspath" option is omitted. It looks for the class libraries jar files in $JAVA_HOME/lib directory, but Apache Harmony has its class libraries jar files in $JAVA_HOME/lib/boot directory. 

Could you please add the corresponding option for Apache Harmony VM? (java.vm.name=DRLVM). I'm attaching the patch with a simple implementation of this feature.

Thank you!
Comment 1 Nina Rinskaya CLA 2007-06-14 00:31:24 EDT
Created attachment 71262 [details]
The patch specifies JAVA_HOME/lib/boot directory as class libraries files directory if java.vm.name is DRLVM.
Comment 2 Nina Rinskaya CLA 2007-06-14 05:33:05 EDT
Ooops, I've just found https://bugs.eclipse.org/bugs/show_bug.cgi?id=188648, is it then a duplicate?
Comment 3 Olivier Thomann CLA 2007-06-14 08:54:25 EDT
Yes, this is a dup.
Closing as dup of bug 188648.

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