It is gone, completely.  I uninstalled the below mentioned jdk and then
reinstalled it and still, no javac.exe.  It was there initially and I was
able to compile a bunch of times, but now it's gone?!  Any suggestions?

-----Original Message-----
From: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 04, 2003 1:09 PM
To: Ant Users List
Subject: Re: problems with javac...


Do you really mean that your javac.exe was deleted or not in the path ?
----- Original Message -----
From: "Ciramella, EJ" <[EMAIL PROTECTED]>
To: "'Ant Users List'" <[EMAIL PROTECTED]>
Sent: Wednesday, June 04, 2003 7:05 PM
Subject: RE: problems with javac...


> Get this, my javac.exe was gone(!).
>
> <target name="compile">
>     <mkdir dir="${lib.dir}" />
>     <mkdir dir="${classes.dir}" />
>     <javac srcdir="${src.dir}" destdir="${classes.dir}" fork="true">
>          <classpath refid="base.classpath" />
>     </javac>
> </target>
>
> -----Original Message-----
> From: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, June 04, 2003 1:05 PM
> To: Ant Users List
> Subject: Re: problems with javac...
>
>
> Hi,
> I have changed something in the javac task to support paths with embedded
> spaces.
> Can you give a snippet of your build file so that I find out what went
wrong
> ?
> Antoine
> ----- Original Message -----
> From: "Ciramella, EJ" <[EMAIL PROTECTED]>
> To: "'Ant Users List'" <[EMAIL PROTECTED]>
> Sent: Wednesday, June 04, 2003 6:57 PM
> Subject: problems with javac...
>
>
> > anyone get an error like Error running javac.exe compiler?
> >
> > And if so, what went wrong?  I was using ant to build up my httpunit
tests
> > and all of a sudden I started getting this error instead of things
> > compiling.
> >
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to