Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [platform-dev] Choosing Compilers

Actually, if you use ant to build your project instead of the incremental compiler, you could use whatever compiler you want. It's just not as convenient...
 
Or, if you built your own java builder, you could use it instead (but that's a lot more work...)
 
-- Scott
-----Original Message-----
From: platform-dev-admin@xxxxxxxxxxx [mailto:platform-dev-admin@xxxxxxxxxxx]On Behalf Of John Arthorne
Sent: Friday, May 02, 2003 10:02 AM
To: platform-dev@xxxxxxxxxxx
Subject: Re: [platform-dev] Choosing Compilers


> 1. You could confirm that eclipse has it's own compiler ?

Yes.

> 2. Is it possible to use a different compiler, i.e. Sun's j2sdk1.4.1_02 javac

No.


Back to the top