> The explanation on javac seems clear. However when I set the > the following: > > <property name="build.compiler" value="/usr/java1.2/bin/javac"> >
try this: <proprty name="build.compiler" value="javac1.4"/> This is what the manual says.. I have not used it myself, but i do use jikes by setting the build.compiler property to "jikes" - not the path to jikes executable. Good Luck. Ylan. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
