ClassNotFoundException: org.slf4j.LoggerFactory

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

    I got this problem too and I fixed it in this way. I was trying to run mapreduce job locally through Eclipse, after set the configurations, I met this error (in Linux, Virtual Box) To solve it,

    • right click on the project you want to run,
    • go "Properties"->"Java Build Path"->"Add External Jars",
    • then go to file:/usr/lib/Hadoop/client-0.20, choose the three jars named started by "slf4j".

    Then you'll be able to run the job locally. Hope my experience will help someone.

提交回复
热议问题