1
votes

Error occurred during initialization of boot layer java.lang.module.FindException: Module jdk.management.agent not found when create a new springboot app using eclipse and run it.

1
JRE15, eclipse, spring tool 4 suite - Lin Cui
already answer you can refer stackoverflow.com/questions/49520858/… - Ganesh Giri

1 Answers

0
votes

sovled! if using jdk 15, right click your project->build path-> configure build path->libraries-> remove your JRE 15, and add JRE14(but can still be jdk15).