Java error: Bad version number in .class file error when trying to run Cassandra on OS X
- by Sam Lee
I am trying to get Cassandra to work on OS X. When I run bin/cassandra, I get the following error:
~/apache-cassandra-incubating-0.4.1-src > bin/cassandra -f
Listening for transport dt_socket at address: 8888
Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version number in .class file
at…