Search code examples
javayahoo-boss-api

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


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.


Solution

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