You should ensure that before calling ant you add the jdk's tools.jar to
the classpath.
ant's compile operation relies on the presence of this jar that contains
the java compiler.
If you are using a build-skript, make sure it sets the classpath
accordingly.
btw: the "classic compiler" is the javac routine that was used until jdk1.2
the new javac optimizes code for the jew java vm "hotspot".
Hope that helps
Phil
Eric Weaver wrote:
> I have downloaded the CVS snapshot, and tried to build. Ant or something seems
> to complain about the absence of the "classic compiler". We have the IBM Java
> 2-13 release on x86 land and the Sun HotSpot system on Solaris.
>
> Can anybody advise how to get it to compile? THere does seem to be an
> "oldjavac" in one of the bin directories.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]