You might also want to check that tools.jar is in fact where you expect it to be. We had a report at my office that some downloads of the 1.5.0_10 JDK were missing that jar file, and perhaps you have one of those. The report said that the online download worked correctly, but the offline download ended up with a missing tools.jar. Hope that helps! Good luck. Chris Loschen [EMAIL PROTECTED]
________________________________ From: Carlos Curotto [mailto:[EMAIL PROTECTED] Sent: Tue 2/6/2007 8:41 AM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: Problems with Maven 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]