Spring Boot 构建项目时报错:You need to run build with JDK or have tools.jar on the classpath.If this occure

Posted 韩坨麟

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Spring Boot 构建项目时报错:You need to run build with JDK or have tools.jar on the classpath.If this occure相关的知识,希望对你有一定的参考价值。

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.

仔细的看看自己的电脑的环境变量有没有配置错误,我的电脑是这样配置的:

JAVA_HOME    :     C:JavaJDKjdk1.8.0_20

CLASSPATH      :    .;%JAVA_HOME%libdt.jar;%JAVA_HOME%lib ools.jar;

Path                   :    %JAVA_HOME%jrein

2.改为jdk

技术图片

3.在eclipse.ini文件新增jdk的javaw.exe配置

技术图片

4.重启eclipse ok 亲测可用

自己确实用这种方法解决了,第三步中的javaw.exe不能少

 

转载:https://blog.csdn.net/qq827245563/article/details/79726542

以上是关于Spring Boot 构建项目时报错:You need to run build with JDK or have tools.jar on the classpath.If this occure的主要内容,如果未能解决你的问题,请参考以下文章

启动spring boot项目时报错:java.lang.ClassNotFoundException: javax.servlet.Filter

Java Web编程入门--spring boot 项目构建

mybatis-spring-boot-starter在maven包时报错

spring boot连接数据库时报错无法启动

关于spring boot项目启动报错问题

Spring Boot连接DB2查询结果时报错“java.lang.AbstractMethodError: com.ibm.db2.jcc.t4.b.isValid(I)Z”的解决办法