如题  每次都报这个错:
  5/19/08 3:33:45 AM CST: Missing:
1) com.sun:tools:jar:1.5.0
  Try downloading the file manually from the project website.
  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
  Path to dependency: 
   1) com.earlylight:CandySample:war:1.0-SNAPSHOT
   2) org.appfuse:appfuse-struts:warpath:2.0-m5
   3) org.apache.struts:struts2-core:jar:2.0.6
   4) com.sun:tools:jar:1.5.0
1 required artifact is missing.
for artifact: 
  com.earlylight:CandySample:war:1.0-SNAPSHOT
from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  appfuse (http://static.appfuse.org/repository)在网上查了下说是要改eclipse的启动jdk  我改了 还是报错 无法解决 希望高手能解答一下