The lib directory (where all the other jars are). bin/cassandra.in.sh does this:
for jar in "$CASSANDRA_HOME"/lib/*.jar; do CLASSPATH="$CLASSPATH:$jar" done On Fri, Jun 20, 2014 at 12:58 PM, Jeremy Jongsma <jer...@barchart.com> wrote: > Where do I add my custom snitch JAR to the Cassandra classpath so I can > use it? > -- Tyler Hobbs DataStax <http://datastax.com/>