Sigar UnsatisfiedLinkError
I'm new to Sigar. I would like to run a simple test to know how I can monitor my system. I added sigar-1.6.4 and log4j as external libraries, but when I go to run it, I face this error: Exception in thread "main" java.lang.UnsatisfiedLinkError: org.hyperic.sigar.Sigar.getCpuInfoList()[Lorg/hyperic/sigar/CpuInfo; at org.hyperic.sigar.Sigar.getCpuInfoList(Native Method) Here is my code: import java.util.Map; import org.hyperic.sigar.CpuInfo; import org.hyperic.sigar.FileSystem; import org.hyperic.sigar.Sigar; import org.hyperic.sigar.SigarException; public class Test { /** * @param args */