From: nattu <sig...@hy...> - 2010-05-28 20:14:52
|
Hi, I am trying to get cpu information using the org.hyperic.sigar.CpuInfo class. If i run it through eclipse it is working fine but when i bundle it in a war file and try to run from jboss i am facing this problem. java.lang.UnsatisfiedLinkError: org.hyperic.sigar.Sigar.getCpuInfoList()[Lorg/hyperic/sigar/CpuInfo; at org.hyperic.sigar.Sigar.getCpuInfoList(Native Method).... I have even added sigar\lib folder in the java.lang.path Any thoughts? Thanks in Advance |