From: Al <spi...@ho...> - 2010-07-04 20:56:44
|
I just started using SIGAR and I have some trouble making it work on a linux machine. I am getting java.lang.UnsatisfiedLinkError on the native function getNetInterfaceList. I have installed the .so with ldconfig and I also tried doing a System.load() on the .so library in the code before calling the SIGAR calls. It didn't complain about the loading but still throws that exception. Any help would be greatly appreciated. |