Hi every one. I'm new on wildfly. I use Wildfly 24. In local my project works fine, but I'm using a Windows. The problem occurs when I deploy and run on Linux centos 7. I get an error when I try to use tesseract-OCR like that: java.lang.NoClassDefFoundError: Could not initialize class net.sourceforge.tess4j.TessAPI
I already install tesseract, I checked that I had in location usr/share/local/ the folder tessdata exists. I tried to add in wildfly server a module called net.sourceforge.tess4j also, but still not working.
I've been working on it for 3 days without success, please.
Any help will be appreciated!