I am trying to run SIGAR in my linux project using maven for dependencies and a spring structure. In my Maven pom.xml file, I added the Maven dependency and the Maven repository according to the official site.
However, this is not enough. Now I have an error:
[DEBUG][Sigar]: no libsigar-amd64-linux.so in java.library.path org.hyperic.sigar.SigarException: no libsigar-amd64-linux.so in java.library.path
I was looking for the maven website and could not find the jad amd64-linux that I needed and did not know how to add it using Maven.
How to fix the problem?
source share