Questions tagged [javacpp]

JavaCPP - a bridge between Java and native C++.

JavaCPP provides efficient access to native C++ inside Java, not unlike the way some C/C++ compilers interact with assembly language.

122 questions
-2
votes
3 answers

About java.lang.UnsatisfiedLinkError:org.bytedeco.javacpp.avutil

I try to work it out a couple days. But it didn't work. Below is full error logs: 02-19 09:41:31.239 17753-17753/com.superdata.cxim E/art: dlopen("/system/lib64/libdl.so", RTLD_LAZY) failed: dlopen failed: cannot locate symbol "__cxa_finalize"…
Noo Li
  • 1
  • 1
-4
votes
1 answer

How to run this project as a jar file?

Can you make a jar file out of this project that runs with no initializererror? Project here. https://github.com/piersy/BasicTesseractExample I've tried using jarsplice to splice the project jar with the tesseract & javacpp jars and I get this…
1 2 3
8
9