ClassNotFoundException: org.slf4j.LoggerFactory

后端 未结 10 1260
长发绾君心
长发绾君心 2020-11-28 11:53

I am trying to run GWT RequestFactory and facing this error:

ClassNotFoundException: org.slf4j.LoggerFactory

I have tried to download s

10条回答
  •  旧巷少年郎
    2020-11-28 12:19

    Better to always download as your first try, the most recent version from the developer's site

    I had the same error message you had, and by downloading the jar from the above (slf4j-1.7.2.tar.gz most recent version as of 2012OCT13), untarring, uncompressing, adding 2 jars to build path in eclipse (or adding to classpath in comand line):

    1. slf4j-api-1.7.2.jar
    2. slf4j-simple-1.7.2.jar

    I was able to run my program.

提交回复
热议问题