德国开元华人社区 开元周游

标题: 请教maven方面的高人 [打印本页]

作者: 有容乃大    时间: 7.11.2009 22:28
标题: 请教maven方面的高人
公司新来了位同事, 把我们的java系统由build Ant 改为Maven,讲课时我没去。晕,现在麻烦了。
maven install 时报错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
找不出为什么?
作者: woo    时间: 7.11.2009 22:59
you must set up java_home and path %JAVA_HOME%\bin
作者: swz8228    时间: 7.11.2009 23:10
本帖最后由 swz8228 于 7.11.2009 23:13 编辑

可能是jdk没配好,你修改一个pom.xml试试

<!--jdk-->
  <dependency>   
          <groupId>com.sun</groupId>   
          <artifactId>tools</artifactId>   
          <version>1.6.0</version>   
          <scope>system</scope>   
          <systemPath>C:/Program Files/Java/jdk1.6.0_05/lib/tools.jar</systemPath>   
   </dependency>

注意<systemPath>${java.home}/../lib/tools.jar</systemPath>我们通常是使用系统的环境变量取得java.home的路径
作者: swz8228    时间: 7.11.2009 23:14
貌似以前碰到过这个问题
作者: 有容乃大    时间: 7.11.2009 23:39
you must set up java_home and path %JAVA_HOME%\bin
woo 发表于 7.11.2009 22:59

谢谢,已经设置好了。
作者: 有容乃大    时间: 7.11.2009 23:45
可能是jdk没配好,你修改一个pom.xml试试

修改哪个pom.xml




欢迎光临 德国开元华人社区 开元周游 (https://bbs.kaiyuan.cn/) Powered by Discuz! X3.2