From: jrallen9 <jus...@te...> - 2011-03-04 01:21:38
|
The problem you have is with the location of the file liblibsigar-x86_64-linux.so. This file needs to be located in the same directory where you run the sigar.jar or is available on the classpath when you run the Java VM. Setting the class path can be done in the users login environment, but is commonly done using the -cp (-classpath) option like: java -cp /path/to/dir/with/lib Hope that helps. |