How to fix exception: Failed to instantiate SLF4J LoggerFactory?

后端 未结 4 887
生来不讨喜
生来不讨喜 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:56

    You should include slf4j-api-x.x.x.jar and slf4j-simple-x.x.x.jar in your classpath.

提交回复
热议问题