Problems with Maven 2007-02-06 - By Manos Batsis
Back
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 <carloscurotto@(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: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)
|
|