From: Björn M. <bjo...@gm...> - 2008-07-20 15:13:57
|
sith schrieb: > Hello! > Hi, sith. > I`m use sigar framework in my maven project, but in maven repo are no libraries for OS(Linux), then i run my simple test i recived this: > > no libsigar-x86-linux.so in java.library.path > org.hyperic.sigar.SigarException: no libsigar-x86-linux.so in java.library.path > [...] > The libraries are built alongside the java code. Just run the Ant build script (see http://support.hyperic.com/display/SIGAR/Home#Home-building for details) and the library will be built as well. Alternatively (if the native build doesn't work for you) you can find the library within the binary distribution. Cheers, Bjoern |