Hi, I'm trying to get Cassandra to work on MAC 10.6.5

I'm getting the following error:

Exception in thread "main" java.lang.NoClassDefFoundError: 
org/apache/cassandra/thrift/CassandraDaemon
Caused by: java.lang.ClassNotFoundException: 
org.apache.cassandra.thrift.CassandraDaemon
        at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:248)

Thrift is installed on the machine and works fine. The JAVA_HOME is installed.

Any help welcome.

PT

Reply via email to