-
Notifications
You must be signed in to change notification settings - Fork 57
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
NoClassDefFoundError Product when instatiating a new BloomFilter #36
Comments
Thanks for reporting that. Can you specify Java and Scala versions you use please. |
Hi, |
I got the same error with Scala 2.10.6 and Java 1.8. And fixed via turning the maven dependency scope from 'provided' to 'compile'. Hope this may help. |
@il-bert Yes, it could be dependency config related thing. I can't reproduce the issue 😢 . I'll be happy to fix it if you can provide a repro project for it. |
I get the same issue. My previouse versions of Scala-library and bloom-filter were inconsistent.But when I set them to be consistent, everything is getting better. Here is my pom.xml
|
Instantiating a simple bloom filter with the following command
at the last line (
val bf = ...
)I am getting the following error
The text was updated successfully, but these errors were encountered: