On 6/6/07, Life Challenge <[EMAIL PROTECTED]> wrote:

My /root/ant.properties file contains the followings.
j14lib=$jdk14_home/jre/lib

This should be set to the full path to your JDK 1.4 jre/lib directory,
and should not reference this variable $jdk14_home. Environment
variables from the shell can not be referenced in an Ant property
file. Based on your previous mail, you should set j14lib as follows:

j14lib=/usr/java/j2sdk1.4.2_14/jre/lib

HTH,
andrew

Reply via email to