Search:

Type: Posts; User: Json

Search: Search took 0.13 seconds.

  1. Replies
    7
    Views
    6,991

    Re: SIGAR to find CPU info-problem

    They need to be on the path somehow, like put the dll in windows/system32 or you could put it in your JDK/jre/lib folder or something like that.

    // Json
  2. Replies
    7
    Views
    6,991

    Re: SIGAR to find CPU info-problem

    Do you have the .dll or .so files in the right place on your machine?

    // Json
  3. Replies
    7
    Views
    6,991

    Re: SIGAR to find CPU info-problem

    You need to make sure you have the sigar.jar file on your classpath so that when the JVM starts up to run your code, it will know where to find the class CpuInfo.

    For more information about...
Results 1 to 3 of 3