You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the workaround. Obviously we want this to work out of the box. Is this a known issue in JDK 7 on Mac OS? Does it apply to other operating systems?
Yes, it's a known issue involving changes in the naming conventions for shared libraries in JDK 7 on OS X. It doesn't affect other operating systems.
This issue was accepted as a defect and is scheduled to be included in the 1.0.5 snappy-java release, but there's no indication in that community when that will happen. I've asked the maintainer for an update.
Workaround:
chmod 755 /usr/lib/java/libsnappyjava.dylib
mvn clean package
should now workThe text was updated successfully, but these errors were encountered: