bytedeco/javacpp
View on GitHubCannot find the .so file when running the jar package.
Open
#690 opened on Jun 21, 2023
help wantedquestion
Repository metrics
- Stars
- (4,279 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
The error message can be seen in one image.
After I manually copied the libopencv_world.so.3.4 file over, the program ran normally.
However, the libopencv_world.so.3.4 file is already included in the jar package. Why wasn't the libopencv_world.so.3.4 file extracted to that directory, causing me to manually copy the file over when running the program?
I have tested all versions of javacpp, but this issue still remains unsolved. Is there any way to solve this problem?