Another sound like JAVA_HOME points to JRE instead of JDK.

A JDK contains a JRE plus development tools like javac and javadoc.


Jan

> -----Urspr�ngliche Nachricht-----
> Von: Alvaro Andr�s Monta�ez [mailto:[EMAIL PROTECTED]
> Gesendet am: Donnerstag, 10. Februar 2005 15:40
> An: Ant Users List
> Betreff: Problem Compiling
> 
> Hello,
> 
> i�m trying to compile this project, but i get an error:
> 
> can you help me please:
> 
>       
> 
> <project name="proy" default="compile" basedir=".">
> 
>       <target name="compile">
>           <property file="build.compiler"/> 
>               <mkdir dir="build"/>
>               <javac srcdir="src" destdir="build" fork="true" 
> classpath="folder"/>
>       </target>
> 
> where "folder", it�s a dir that contains src and build.
> 
> 
> this is the problem:
> 
> ....folder\build.xml:16: Error running javac.exe compiler
> 
> thanks a lot.
> 
> AR,
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

Reply via email to