Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.lang.NoSuchMethodError after upgrading to 1.1.7.4 #247

Closed
cmuchinsky opened this issue May 6, 2020 · 4 comments
Closed

java.lang.NoSuchMethodError after upgrading to 1.1.7.4 #247

cmuchinsky opened this issue May 6, 2020 · 4 comments

Comments

@cmuchinsky
Copy link

Seeing the following after upgrading from 1.1.7.3 o 1.1.7.4:

java.lang.NoSuchMethodError: java.nio.ByteBuffer.limit(I)Ljava/nio/ByteBuffer;
	at org.xerial.snappy.Snappy.uncompress(Snappy.java:549)
@JimNero009
Copy link

JimNero009 commented May 6, 2020

I had a similar issue -- decided to consolidate on this issue: #245, which is probably the cause of this too.

@xerial
Copy link
Owner

xerial commented May 6, 2020

Just released 1.1.7.5, which is compiled by using jdk8. It looks like JDK9's ByteBuffer interface compatibility issue.

@cmuchinsky
Copy link
Author

Resolved with 1.1.7.5

@xerial
Copy link
Owner

xerial commented May 7, 2020

@cmuchinsky Thank you for the confirmation!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants