You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Diane Holt <ho...@yahoo.com> on 2000/11/10 10:46:53 UTC

Using modern compiler with

In Javac.java, it does a Class.forName("com.sun.tools.javac.Main"), but
when I do a table of contents on my tools.jar for jdk13, I see
sun/tools/javac/Main.class -- so where does the "com." fit in? And could
this be why I cannot get <javac> to work for me if I try to use "modern"?

Ant is version 1.2alpha3 compiled on October 11 2000 (haven't had a chance
to pick up the straight 1.2 yet, but if it's not identical, it's pretty
close).

Thanks,
Diane

=====
(holtdl@yahoo.com)



__________________________________________________
Do You Yahoo!?
Thousands of Stores.  Millions of Products.  All in one Place.
http://shopping.yahoo.com/

Re: Using modern compiler with

Posted by Stefan Bodewig <bo...@bost.de>.
Diane Holt <ho...@yahoo.com> wrote:

> In Javac.java, it does a Class.forName("com.sun.tools.javac.Main"),
> but when I do a table of contents on my tools.jar for jdk13,

like Conor I have both as well, even in IBM's 1.3 version for Linux.

Stefan

RE: Using modern compiler with

Posted by Conor MacNeill <co...@m64.com>.
Diane,

I have both in my tools.jar file. Perhaps yours is corrupt?

Conor


> -----Original Message-----
> From: Diane Holt [mailto:holtdl@yahoo.com]
> Sent: Friday, 10 November 2000 20:47
> To: ant-dev@jakarta.apache.org
> Subject: Using modern compiler with <javac.>
> 
> 
> In Javac.java, it does a 
> Class.forName("com.sun.tools.javac.Main"), but
> when I do a table of contents on my tools.jar for jdk13, I see
> sun/tools/javac/Main.class -- so where does the "com." fit 
> in? And could
> this be why I cannot get <javac> to work for me if I try to 
> use "modern"?
> 
> Ant is version 1.2alpha3 compiled on October 11 2000 (haven't 
> had a chance
> to pick up the straight 1.2 yet, but if it's not identical, 
> it's pretty
> close).
> 
> Thanks,
> Diane
> 
> =====
> (holtdl@yahoo.com)
> 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Thousands of Stores.  Millions of Products.  All in one Place.
> http://shopping.yahoo.com/
>