Ask Your Question

NicoBlu's profile - activity

2019-11-22 04:35:47 -0600 commented question Dynamic link issue: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "fread_unlocked"

It is a known issue in fact, sdk version too high for 3.4.8, should be 25.2.5 max

2019-11-22 04:03:24 -0600 commented question Dynamic link issue: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "fread_unlocked"

Thx anyway, found out that java folder is not generated for some reason in install folder, guess something is missing in

2019-11-22 01:56:53 -0600 commented question Dynamic link issue: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "fread_unlocked"

Thx LBerger, managed to make my project work with 4.1.2 but weirdly not with 3.4.8, seems dependencies might not be hand

2019-11-18 03:31:09 -0600 commented question Dynamic link issue: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "fread_unlocked"

Thx ! Will study your project and see the differences on how you handle the openCV dependency

2019-11-18 03:19:22 -0600 asked a question Dynamic link issue: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "fread_unlocked"

Dynamic link issue: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "fread_unlocked" Hello, I have

2019-11-12 03:54:49 -0600 answered a question opencv_java3.so

Hi, I am facing a similar issue I have asked here bundle opencv *.so files I have found missing info at building-java-w

2019-11-12 03:54:49 -0600 answered a question How to bundle openCV *.so files into libopencv_java3.so (or single *.so file) ?

Always awkward to answer your own question but still found the info I was missing, maybe of use, on following page: Buil

2019-11-06 09:26:18 -0600 asked a question How to bundle openCV *.so files into libopencv_java3.so (or single *.so file) ?

How to bundle openCV *.so files into libopencv_java3.so (or single *.so file) ? Hi I am trying to build opencv4.1.1+op