Great, maybe you can shed some light on an issue i'm currently having with an .so library, i'm writing a wrapper for a POS System with card reader and thermal printer, when i call a function that requires the .so file, i get an error telling me that i can't load the .so file and that is not an elf valid executable file, i did some research and using cygwin i tried to read the symbols in the file, that did not work it gave me the same error, telling me that it is not a elf format file, i tried to read two other files and i can read the symbols just fine, my first guess is that the .so file i'm trying to use is not of a compatible architecture or it was compiled for a different system, or the file is corrupted. Sorry i can't provide exact details about the error i get but i'm not home right now and forgot the exact wording of the error!
When i open the jar file of the wrapper, i can see the .so file in the lib folder.
Any thoughts, ideas?
Thanks,
Walter