06 2014 档案

摘要:Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project ERP: Compilation failure [ERROR] Unable to locate the Javac Compiler in: [ERROR] C:\Program Files\Java\jre7\..\lib\tools.jar 解决方案:修改jre路径,使用jdk下的jre。 阅读全文
posted @ 2014-06-27 15:43 钟灵.毓秀 阅读(1360) 评论(0) 推荐(0) 编辑
摘要:MAVEN项目编译时报错:'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing。 解决方案:POM.xml文件中maven-compiler-plugin插件缺少版本信息,添加属性即OK! 阅读全文
posted @ 2014-06-24 10:17 钟灵.毓秀 阅读(75362) 评论(4) 推荐(1) 编辑