0

libhyperic-sigar-java:(系统信息收集器和报告器 - Java 绑定)

我知道在 ubuntu 中安装“libhyperic-sigar-java”的方法来使用

sudo apt-get install libhyperic-sigar-java

现在我想在 CentOS 中安装 libhyperic-sigar-java

我应该怎么做 ?我可以使用任何 RPM 吗?

4

2 回答 2

1

If you are using java, take a look to Kamon Sigar Loader

Provides convenient self-contained Sigar classes with native library deployment and provisioning mechanism with JDK-only dependencies for the following common use cases:

  • Java Agent: automatic extract/load at JVM start time
  • Programmatically: embedded library extraction
  • Framework Contract: OSGI bundle activation

here the documentation.

于 2016-10-26T20:15:10.533 回答
0

你应该使用yum. 首先搜索确切的包名:

yum search java

然后当您找到确切的名称时:

yum install libhyperic-sigar-java

(或任何确切的包名称可能是)

于 2016-04-12T09:40:27.760 回答