Bug 192576 - Batch compiler builds the default bootclasspath incorrectly for Apache Harmony
Summary: Batch compiler builds the default bootclasspath incorrectly for Apache Harmony
Status: RESOLVED DUPLICATE of bug 188648
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.3   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: 3.3 RC2   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-14 00:30 EDT by Nina Rinskaya CLA
Modified: 2007-06-14 08:54 EDT (History)
0 users

See Also:


Attachments
The patch specifies JAVA_HOME/lib/boot directory as class libraries files directory if java.vm.name is DRLVM. (735 bytes, patch)
2007-06-14 00:31 EDT, Nina Rinskaya CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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 ***