Cassandra and java.lang.UnsatisfiedLinkError: no snappyjava in java.library.path Error • Crunchify
No snappy-java in java.library.path” (JDK 1.7 issue?). Snappy compression doesn’t work with JDK7 on Mac OSX. It turns out this is a path bug with Snappy affecting Java 7 on OS X and it does’t part of Mac version of Java. The only solution is to have it available in your Eclipse project.
You could solve this in two different ways:
1) Download Jar: http://central.maven.org/maven2/org/xerial/snappy/snappy-java/ and include into your project class path.
2) If you have maven project just add to your maven dependancy.
Read full article from Cassandra and java.lang.UnsatisfiedLinkError: no snappyjava in java.library.path Error • Crunchify
No comments:
Post a Comment