That's right.  When we compile with Sun's compiler it compiles against
the Sun class libraries, and when we compile with the Harmony
(ECJ-based) javac it compiles against the Harmony class libraries.

You could pass in the -classpath to our javac to pick up the reference
implementation of the class libraries, but we should aim to fill in
these gaps asap.

Regards,
Tim

Alexey Petrenko wrote:
> 2006/5/26, Mark Hindess <[EMAIL PROTECTED]>:
>> We don't have java.util.Scanner and
>> so the only reason it is compiling is because the RI compiler assumes
>> its own bootstrap classes so finds its java.util.Scanner.
> Yes,  this can be a reason.
> 

-- 

Tim Ellison ([EMAIL PROTECTED])
IBM Java technology centre, UK.

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to