Re: [Compile Error] java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory

2012-03-13 Thread Thushan Ganegedara
t; You can download it from here: >> >> http://www.java2s.com/Code/Jar/s/Downloadsnakeyamljar.htm >> >> >> >> >> >> >> From: Thushan Ganegedara >> To: dev@cassandra.apache.org >> Sent: Tuesday, Mar

Re: [Compile Error] java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory

2012-03-13 Thread Thushan Ganegedara
.com/Code/Jar/s/Downloadsnakeyamljar.htm > > > > > > > From: Thushan Ganegedara > To: dev@cassandra.apache.org > Sent: Tuesday, March 13, 2012 9:40 AM > Subject: Re: [Compile Error] java.lang.NoClassDefFoundError: > org/slf4j/Logger

Re: [Compile Error] java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory

2012-03-12 Thread Vivek Mishra
: [Compile Error] java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory Hi Dave, Thank you for the quick reply. I did the following I put slf4j-api-1.6.1.jar and slf4j-log4j12-1.6.1.jar to my class path as you suggested. It presented me with another error Failed to instantiate SLF4J LoggerFactory

Re: [Compile Error] java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory

2012-03-12 Thread Thushan Ganegedara
Hi Dave, Thank you for the quick reply. I did the following I put slf4j-api-1.6.1.jar and slf4j-log4j12-1.6.1.jar to my class path as you suggested. It presented me with another error Failed to instantiate SLF4J LoggerFactory When I googled this I found the following post, though it's not directl

Re: [Compile Error] java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory

2012-03-12 Thread Dave Brosius
You need to add slf4j-api-1.6.1.jar and slf4j-log4j12-1.6.1.jar to your class path You can also look at this page, http://wiki.apache.org/cassandra/HowToDebug for another example of setting up cassandra for debugging. On 03/12/2012 09:47 PM, Thushan Ganegedara wrote: Hi all, I have follo

[Compile Error] java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory

2012-03-12 Thread Thushan Ganegedara
Hi all, I have followed the instruction presented on Running cassandra on Eclipse - http://wiki.apache.org/cassandra/RunningCassandraInEclipse But when I tried to compile the codebase it presented me with the following error java.lang. NoClassDefFoundError: org/slf4j/LoggerFactory at org.apach