ClassNotFoundException: org.slf4j.LoggerFactory

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

    Add the following JARs to the build path or lib folder of the project:

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

提交回复
热议问题