I am working with a Raspberry pi 3 b+. My program is in java and I am using the jnetpcap library. When executing the code, I get the following error:
I think the problem is that the shared object (.so) corresponding to jnetpcap is not the one for arm architecture (but in Linux). How could I get or convert the current that I have to be working in arm architecture?