-
Notifications
You must be signed in to change notification settings - Fork 66
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.NoClassDefFoundError: java/util/function/BiFunction #69
Comments
Hi @levant916, thank you for using Lingua and for opening this issue. I can confirm that this is a bug. This is because the Only the FilesWriter classes will need Java 1.8 at least because I make use of the NIO api. But if you don't want to create your own language models, you should be fine with Java < 1.8. |
@pemistahl |
@roi3363 There won't be any problems with Java >= 8. This issue was opened because of problems with Java < 8. The library is supposed to work with Java >= 6. |
@roi3363 Can you please open a new issue for your specific problem? In that new issue, please state your project configuration including your build script if any, including any third-party dependencies you are using. Thank you. |
using lingua version :
using code :
error message :
The text was updated successfully, but these errors were encountered: