You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "Bansemir, Carsten" <Ca...@huk-coburg.de> on 2003/05/22 13:27:31 UTC

javac with jdk 1.3.1

Hi, I have to compile a project with jdk 1.3.1 and when I want to run run the javac task then the compiler outputs many "cannot resolve Symbol" errors for some classes (wich DO exist). But when I run ant with the jdk1.2.2 then there are no errors. Do I have to change the classpath for jdk1.3.1 or something, without using ant, jdk1.3.1 works fine to compile the project, but I need it to be compiled with ant.