Re: Please help - "Cannot use classic compiler"

2000-12-20 Thread Michael Marr
> > While building ANT 1.2.1, got the following error: > > BUILD FAILED > > C:\Jakarta\jakarta-ant\build.xml:87: Cannot use classic compiler, as it is > not > available > > Any suggestions on what could be done to fix this? I am using JDK 1.3. > -- > Thanks in advance > Jacob JDK 1.3 is the "mo

RE: Please help - "Cannot use classic compiler"

2000-12-20 Thread Jacob Thomas
Title: RE: Please help - "Cannot use classic compiler" Kevin,     Thanks for your help. I finally solved the 'classic compiler' problem by removing all the jars out of the jre/lib/ext and placing only those that were needed explicitly on the classpath.

Re: Please help - "Cannot use classic compiler"

2000-12-20 Thread Kevin Mukhar
> Jacob Thomas wrote: > > While building ANT 1.2.1, got the following error: > > BUILD FAILED > > C:\Jakarta\jakarta-ant\build.xml:87: Cannot use classic compiler, as > it is not > available I had this problem as well. I tried following all the FAQ suggestions and nothing worked. My JAVA_HOME

RE: Please help - "Cannot use classic compiler"

2000-12-19 Thread Tim Dawson
2000 3:53 PMTo: [EMAIL PROTECTED]Subject: Re: Please help - "Cannot use classic compiler"Make sure your JAVA_HOME environment variable is set to point to your JDK location: i.e. c:\java JAVA_HOME=c:\java -Chris Jacob Thomas wrote:   Whi

RE: Please help - "Cannot use classic compiler"

2000-12-19 Thread Jacob Thomas
: Please help - "Cannot use classic compiler"Make sure your JAVA_HOME environment variable is set to point to your JDK location: i.e. c:\java JAVA_HOME=c:\java -Chris Jacob Thomas wrote:   While building ANT 1.2.1, got the following error: BUILD FAILED

Re: Please help - "Cannot use classic compiler"

2000-12-19 Thread Chris Taylor
Make sure your JAVA_HOME environment variable is set to point to your JDK location: i.e. c:\java JAVA_HOME=c:\java -Chris Jacob Thomas wrote:   While building ANT 1.2.1, got the following error: BUILD FAILED C:\Jakarta\jakarta-ant\build.xml:87: Cannot use classic compiler, as it is not available

Please help - "Cannot use classic compiler"

2000-12-19 Thread Jacob Thomas
Title: Please help - "Cannot use classic compiler" While building ANT 1.2.1, got the following error: BUILD FAILED C:\Jakarta\jakarta-ant\build.xml:87: Cannot use classic compiler, as it is not available Any suggestions on what could be done to fix this? I am using JDK 1.3.