Although i'm not sure, i think the OP just needs to install an 1.5 JDK
then set it as $JAVA_HOME.

hth,

Manos


Quoting Carlos Curotto <[EMAIL PROTECTED]>:

> Did you try to do this?
>
> Then, install it using the command:
>      mvn install:install-file -DgroupId=com.sun -DartifactId=tools \
>          -Dversion=1.5.0 -Dpackaging=jar -Dfile=/path/to/file
>
> where the path/to/file is the path to the file that maven cannot
> find, in
> your case, ${java.home}/../lib/tools.jar.
>
> Regards,
>
> --
> Carlos Curotto
>




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to