Skip to content
Advertisement

SLF4J: Failed to load class at Eclipse

Using win10, Eclipse June 2020 C++ IDE, jdk-13.0.2, IAR plugin. I have a project that contains several sub-projects and it doesn’t compile using the command line (eclipsec.exe).

The running command

JavaScript

The result is that libDsp is not compiled.

The log’s output:

JavaScript

Why LibDsp isn’t created?

How to solve this SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". issue? (The solution of pom.xml doesn’t work because it’s not Java IDE)

Advertisement

Answer

The project didn’t compile because some of the files were “locked”.
Example of a locked file: Error[Ms003]: could not open file "Componentsfolderfile.o" for writing

After removing Eclipse .metadata folder or the specific file .metadata.pluginsorg.eclipse.core.resources.safetableorg.eclipse.core.resources, the files were freed.

slf4j is not related to this problem.

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement