Re: JDK1.4 and Ant1.4.1 can't find javac on Solaris 8

2002-02-21 Thread Stefan Bodewig
On Thu, 21 Feb 2002, stephen chambers <[EMAIL PROTECTED]> wrote: > On all three checks, the answer is yes, tools.jar exists and it and > all preceding directories are readable/executable and jar tf shows: > > com/sun/tools/javac/Main.class That leaves me at a total loss. This is the class that

Re: JDK1.4 and Ant1.4.1 can't find javac on Solaris 8

2002-02-21 Thread stephen.chambers
/tools.jar Steve - Original Message - From: "Stefan Bodewig" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 21, 2002 12:54 AM Subject: Re: JDK1.4 and Ant1.4.1 can't find javac on Solaris 8 > On Wed, 20 Feb 2002, stephen chambe

Re: JDK1.4 and Ant1.4.1 can't find javac on Solaris 8

2002-02-21 Thread Stefan Bodewig
On Wed, 20 Feb 2002, stephen chambers <[EMAIL PROTECTED]> wrote: > [echo] java.class.path = > >/usr/ant/lib/jaxp.jar:/usr/ant/lib/crimson.jar:/usr/ant/lib/ant.jar:/usr/java/lib/tools.jar Obvious checks: (1) /usr/java/lib/tools.jar exists (2) /usr/java/lib/tools.jar is readable by you

RE: JDK1.4 and Ant1.4.1 can't find javac on Solaris 8

2002-02-20 Thread Sujan Digumarti
] Subject: JDK1.4 and Ant1.4.1 can't find javac on Solaris 8 I have already seen this problem on the list before, but this time it seems to be caused by something else. After installing jdk1.4 and Ant 1.4.1 in order to run an application with a large buildfile, I got these e

JDK1.4 and Ant1.4.1 can't find javac on Solaris 8

2002-02-20 Thread stephen.chambers
I have already seen this problem on the list before, but this time it seems to be caused by something else. After installing jdk1.4 and Ant 1.4.1 in order to run an application with a large buildfile, I got these errors. ++ Buildfile: build.xml init: converter: [ech