JetBrains / spotbugs-intellij-plugin

The SpotBugs Plugin for IntelliJ IDEA
GNU Lesser General Public License v2.1
71 stars 33 forks source link

java.util.ServiceConfigurationError: org.slf4j.spi.SLF4JServiceProvider: org.slf4j.jul.JULServiceProvider not a subtype at java.base/java.util.ServiceLoader.fail(ServiceLoader.java:593) #1601

Open CatMLima opened 8 months ago

CatMLima commented 8 months ago

The error was copied to the clipboard. Press Ctrl+V

scottcc commented 8 months ago

Likely duplicate of https://github.com/JetBrains/spotbugs-intellij-plugin/issues/1594

mwesnigk commented 7 months ago

Workaround:

C:\Users\USERNAME\AppData\Roaming\JetBrains\IntelliJIdea2023.2\plugins\spotbugs-idea\lib

delete:

slf4j-api-1.7.25.jar

myg321 commented 4 months ago

Workaround:

C:\Users\USERNAME\AppData\Roaming\JetBrains\IntelliJIdea2023.2\plugins\spotbugs-idea\lib

delete:

slf4j-api-1.7.25.jar

Thanks mate, that helped me a lot!