ClassNotFoundException: org.slf4j.LoggerFactory

后端 未结 10 1214
长发绾君心
长发绾君心 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:32

    It needs "slf4j-simple-1.7.2.jar" to resolve the problem.

    I downloaded a zip file "slf4j-1.7.2.zip" from http://slf4j.org/download.html. I extracted the zip file and i got slf4j-simple-1.7.2.jar

提交回复
热议问题