How to fix exception: Failed to instantiate SLF4J LoggerFactory?

后端 未结 4 899
生来不讨喜
生来不讨喜 2020-12-09 22:57

I am trying to write a java web crawler for semantic web using jena library. I have build project using Netbeans. I am receiving two errors:

  1. Failed to insta

4条回答
  •  渐次进展
    2020-12-09 23:59

    You should also include log4j library as slf4j-log4j is just a static binder.

提交回复
热议问题