-
Notifications
You must be signed in to change notification settings - Fork 586
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
Cannot find the .so file when running the jar package. #690
Comments
You should ask the author of that YoloApi project. I don't know anything about it. |
Please set the "org.bytedeco.javacpp.logger.debug" system property to "true" to get more information on the console. |
Does it have anything to do with the caching function of javacpp? Some .so files will not be cached. |
Debug: Loading class org.bytedeco.javacpp.presets.javacpp
|
Debug: Loading library darknet |
It doesn't look like that YoloApi was designed to extract that library. Please report downstream. |
These codes were written by me alone, and the jar package was generated using a Maven plugin. Below is the configuration file information for Maven.
|
I write code independently without any upstream or downstream. |
So, try to add "opencv_world@.3.4" to the |
Still printed the same error.
|
Please set the "org.bytedeco.javacpp.logger.debug" system property to "true" to get more information on the console. |
This means "opencv_world@.3.4" isn't in the |
It is ok now! thanks very much! |
The |
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?
The text was updated successfully, but these errors were encountered: