zhicwu / cassandra-jdbc-driver

Cassandra JDBC driver that works with 2.x and above. It intends to provide better SQL compatibility over CQL, so that it works well with existing tools like SQuirreL SQL for SQL development, JMeter for stress testing, and Pentaho BI Suite for data processing.
Apache License 2.0
51 stars 22 forks source link

SQL Squirrel error #13

Open kamok opened 5 years ago

kamok commented 5 years ago

C*: JDBC Driver class not found class java.lang.NoClassDefFoundError: Could not initialize class com.github.cassandra.jdbc.CassandraConfiguration

I followed the README and got the following error message.

I'm using the shaded jar in the README.

Liam8 commented 4 years ago

cassandra-jdbc-driver-0.6.4-shaded worked for me