博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
You need to run build with JDK or have tools.jar问题解决
阅读量:5089 次
发布时间:2019-06-13

本文共 935 字,大约阅读时间需要 3 分钟。

一、导入Maven项目后,pom文件提示信息

You need to run build with JDK or have tools.jar on the classpath.If this occures during eclipse build make sure you run eclipse under JDK as well (com.mysema.maven:apt-maven-plugin:1.1.3:process:default:generate-sources)
  1. 检查JDK安装是否正确,CMD窗口,java -version可以看到版本信息,正确
  2. 检查STS配置的JDK路径,确认无误
  3. eclipse是在eclipse.ini文件(STS是在STS.ini文件)新增jdk的javaw.exe配置
    -vmD:/Program Files/Java/jdk1.8.0_171/bin/javaw.exe-startupplugins/org.eclipse.equinox.launcher_1.5.0.v20180512-1130.jar--launcher.libraryplugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.700.v20180518-1200-productorg.springsource.sts.ide--launcher.defaultActionopenFile-vmargs-Dosgi.requiredJavaVersion=1.8--add-modules=ALL-SYSTEM-Xms40m-Dosgi.module.lock.timeout=10-Dorg.eclipse.swt.browser.IEVersion=10001-Xmx1200m-javaagent:D:\spring-tool-suite\sts-bundle\sts-3.9.5.RELEASE\lombok.jar

     

  4. 重启eclipse或者STS,亲测可用

 

转载于:https://www.cnblogs.com/yangjiming/p/9923821.html

你可能感兴趣的文章