You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Tamar Fraenkel <ta...@tok-media.com> on 2012/01/22 14:38:16 UTC

CQL jdbc

Hi!
I have cassandra-clientutil, cassandra-jdbc and cassandra-thrift in my libs, but
I get
 
java.lang.NoClassDefFoundError: Could not initialize class
org.apache.cassandra.cql.jdbc.CassandraDriver
when running
Class.forName("org.apache.cassandra.cql.jdbc.CassandraDriver").newInstance();
 
CassandraDriver is in my classpath.
 
Any idea?
Tamar