maven
xingda1989
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Maven : Unable to locate the Javac Compiler
转载自http://ytyt654.blog.sohu.com/105905729.html 使用eclipse的maven插件遇到一个问题,憋了我好几天,刚在忽然开窍,解决了。为这么个破问题耽误几天时间真不值得,特想骂人。 本人机子的开发环境如下: Windows XP eclipse 3.4.1 JDK 1.5 以下说明依据本人计算机环境进行设定。请根据自己使用...原创 2011-02-15 12:46:14 · 108 阅读 · 0 评论 -
Maven: The Maven Integration requires that Eclipse be running in a JDK
The fully error message that you might get is as follows: The Maven Integration requires that Eclipse be running in a JDK, because a number of Maven core plugins are using jars from the JDK. Pl...原创 2011-02-17 10:34:31 · 111 阅读 · 0 评论 -
Missing artifact com.sun:tools:jar:1.5.0
当导入maven项目时出现: Missing artifact com.sun:tools:jar:1.5.0 原来是eclipse没有使用JAVA_HOME, 默认eclipse使用 c:/windows/system32/javaw.exe 作为jvm路径,当然找不到tools.jar 解决方法:修改eclipse.ini 中的配置,加上如下配置: -vm ...原创 2012-04-15 15:47:57 · 158 阅读 · 0 评论
分享