On 5/3/07, Murtuza <[EMAIL PROTECTED]> wrote:
ya i think there is were the problem is > ant -verbose Apache Ant version 1.6.5 compiled on March 6 2006 Buildfile: build.xml Detected Java version: 1.5 in: /usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre Detected OS: Linux my manager configured ant with yum,
Please don't.
so there is no JAVA-HOME path to set. any idea how to change java version because I have jdk 1.5 installed.
Install ant 1.7.0 set ANT_HOME and JAVA_HOME env variables. Peter
>java -version java version "1.5.0_09" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_09-b01) Java HotSpot(TM) Server VM (build 1.5.0_09-b01, mixed mode) Prashant Reddy-2 wrote: > > On Wed, 2007-05-02 at 13:34 -0700, Murtuza wrote: >> Although my java version is "1.5.0_09" I am getting the following >> error. > > You could verify this assumption by starting ANT with -verbose switch. > > You would see output like : > > $ ant -verbose > Apache Ant version 1.6.2 compiled on June 28 2005 > Buildfile: build.xml > Detected Java version: 1.5 > in: /home/<user>/programs/java/jdk1.5.0_10/jre > > -- > > -Prashant > > Don't upload, just share : www.dekoh.com > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/build-error-tf3683054.html#a10304786 Sent from the Ant - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- 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]
