idea开发工具的项目导入到eclipse中总是报错

xiaoxiao2021-02-28  38

1: 1 problem was encountered while building the effective model for org.codehaus.mojo:aspectj-maven-plugin:1.8 [ERROR] 'dependencies.dependency.systemPath' for com.sun:tools:jar must specify an absolute path but is ${toolsjarSystemPath} @ 解决这个问题: (1):下载一个绿色版本的jdk,里面没有包含jre的; (2):eclipse -project-build path-不要使用jre的,要使用jdk的目录就可以了; 2: build path- no actions avariables    这个要求再.project文件中,添加如下     <natures>   <nature>org.eclipse.m2e.core.maven2Nature</nature>   <nature>org.eclipse.jdt.core.javanature</nature>  </natures>  

转载请注明原文地址: https://www.6miu.com/read-2626286.html

最新回复(0)