Yahoo BOSS Exception in thread "main" java.lang.NoClassDefFoundError: org/slf4j/ILoggerFactory

168 Views Asked by At

I am trying to run this Java example but I am receiving the following exception:

Exception in thread "main" java.lang.NoClassDefFoundError: org/slf4j/ILoggerFactory.

2

There are 2 best solutions below

0
james On BEST ANSWER

you need to set the CLASSPATH variable in your system to include the current directory or the location of your class

0
Stu Whyte On
NoClassDefFoundError

It can't find the class. Have you imported the required libraries and included it in your classpath?