-
Notifications
You must be signed in to change notification settings - Fork 588
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
Could not initialize class org.bytedeco.javacpp.opencv_core$Mat #1
Labels
Comments
Binary snapshot released here: |
jpsacha
added a commit
to bytedeco/javacv-examples
that referenced
this issue
May 9, 2014
jpsacha
added a commit
to bytedeco/javacv-examples
that referenced
this issue
May 9, 2014
This link 404's. |
Thanks for your reply. Is there a maven-friendly version? I only see the .8 versions here. |
Version 0.9 is out and fixes this issue. Thanks for reporting! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I see, there is something wrong with the Loader. Calling this before
everything works around this issue:
Loader.load(org.bytedeco.javacpp.opencv_core.class);
But I'll be checking how to fix this. If you have a GitHub account, can
you copy/paste that as an issue here?
https://github.com/bytedeco/javacpp/issues
Thanks!
Samuel
On 05/02/2014 01:01 AM, Darrel Riekhof wrote:
The text was updated successfully, but these errors were encountered: