Skip to content
Advertisement

IntelliJ could not initialize class org.jetbrains.jps.builders.JpsBuildBundle

I’m using IntelliJ for a Spring Boot application made with the Spring Boot Initializr. Added are two dependency’s: Spring Web and REST Repositories. Now that I try to build the main class, I get an error saying:

Could not initialize class org.jetbrains.jps.builders.JpsBuildBundle

The configuration is the one given by IntelliJ and I tried updating my JDK to version 16 but sadly it didn’t work.

Also I’m working on a MacBook Pro with the M1 chip (don’t know if it could have anything to do with the problem, but couldn’t hurt mentioning it).

Advertisement

Answer

Got a simple solution, just uninstalled and installed again the Idea.

Advertisement