I tried to run the sample code shown here but it's complaining that SLF4J is missing, so I downloaded the zip archive from the official website.
The tutorial video shows that 3 of the jar files are used (log4j-over-slf4j, slf4j-api & slf4j-log4j12) but if I add all 3 of them to the build path of my project (I'm not using Maven!), it complains that both "log4j-over..." and the api are there.
If I get rid of the "over" file, it says "Failed to instantiate SLF4J LoggerFactory".
So, which jar files do I need exactly to stop the complaints and run the sample code?