-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Cloud Foundry servlet javacv deploy #1415
Comments
That means you'll need to install GTK. |
It's obviously not installed properly. How did you install it? |
I build maven with Pipeline. My script:
|
Well it clearly says it cannot find it:
This error has nothing to do with JavaCV, JavaCPP, or Java at all... |
AS i know, java says when the library has 32-bit but 64 is needed. But i'm not sure about that. Anyway, what can i do to fix this exception? |
You'll need to debug this using native tools like |
And what do i need to do with |
This looks like a place as good as any other to start: |
Thanks. But i'm not fully understand what do i need to run with it?.. |
Ok. I understand that this file is not in /usr/lib and i don't have access to |
If you cannot install GTK, you'll need a build of OpenCV without UI, see bytedeco/javacpp-presets#593. |
Duplicate of bytedeco/javacpp-presets#593 |
Not duplicated. My solution being a bit easier (maybe):
And little edits of |
Ah, ok, so you are able to install GTK. Good! Thanks for the update |
Hello. i'd try to push javacv maven web-app project to Cloud Foundry. But, when the program starts
LBPHRecognizer.create()
always throws exception:I try to install
libgtk-x11-2.0.so.0
library and copy it to folder that injava.library.path
. But error is the same. Next, i try to makechmod 777 /usr/lib -R
- error is the same.Sry for mistakes, my english is not so cool...
The
System.getProperty("java.library.path")
:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
The
ls -l -a
of/usr/lib
:The text was updated successfully, but these errors were encountered: