0

I am getting java.lang.NoClassDefFoundError: org/apache/log4/Level.

I'm not a java guy but can read code. What should i do to get rid of this exception? This exception really have nothing to do with cassandra hector api, why is it bothering me?

thanks!

user836087
  • 2,271
  • 8
  • 23
  • 33

1 Answers1

2

You are missing the log4j jar on your classpath. Specify the classpath with the -cp option on the java command when you run your app.

rs_atl
  • 8,935
  • 1
  • 23
  • 28