Hi,
I keep getting this error when running docx4j...
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
I have the only slf4j-api-1.7.26.jar in my classpath...
But, unzipping the jar shows there aren't any impl objects in the jar.
Where can I find this?
Thanks...