Re: JDK path

2005-12-23 Thread Jörg Schaible
Eugene Kirin wrote: > Hello to all! > On my PC installed 2 JDK, 1.4.2 and 5.0. How should I point a path for > maven 2 to use 5.0 JDK? > > Thanks for your responses! Do you mean running M2 with JDK 5 or just compiling with JDK 5? All answers so far addressed the first question. - Jörg ---

RE: Re[2]: JDK path

2005-12-23 Thread Scokart Gilles
> -Original Message- > From: Eugene Kirin [mailto:[EMAIL PROTECTED] > Sent: 23 December 2005 11:50 > To: Maven Users List > Subject: Re[2]: JDK path > > I can't set JAVA_HOME for java 5.0 because it used by java 1.4.2 > > > Set the JAVA_HOME environment variable. &g

Re: JDK path

2005-12-23 Thread Emmanuel Venisse
if you don't want to change your system JAVA_HOME, set it in mvn script. Emmanuel Eugene Kirin a écrit : I can't set JAVA_HOME for java 5.0 because it used by java 1.4.2 Set the JAVA_HOME environment variable. On windows it's with config panel/system/?/environment variables. Eugene Kirin

Re[2]: JDK path

2005-12-23 Thread Eugene Kirin
I can't set JAVA_HOME for java 5.0 because it used by java 1.4.2 > Set the JAVA_HOME environment variable. > On windows it's with config panel/system/?/environment variables. > Eugene Kirin wrote: >> Hello to all! >> On my PC installed 2 JDK, 1.4.2 and 5.0. How should I point a path for maven >>

Re: JDK path

2005-12-23 Thread Geoffrey
Set the JAVA_HOME environment variable. On windows it's with config panel/system/?/environment variables. Eugene Kirin wrote: Hello to all! On my PC installed 2 JDK, 1.4.2 and 5.0. How should I point a path for maven 2 to use 5.0 JDK? Thanks for your responses! -- With kind regards, Geoffrey

JDK path

2005-12-23 Thread Eugene Kirin
Hello to all! On my PC installed 2 JDK, 1.4.2 and 5.0. How should I point a path for maven 2 to use 5.0 JDK? Thanks for your responses! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PR