I am trying to use the sigar api in java to retieve system information.
standalone class to use the sigar.jar is working.
However using this in InstallAnywhere custoncode plugin results in the above error
message
Unable to find sigar.jar
org.hyperic.sigar.SigarException: Unable to find sigar.jar
at org.hyperic.sigar.Sigar.loadLibrary(Sigar.java:158)
at org.hyperic.sigar.Sigar.<clinit>(Sigar.java:90)
at org.hyperic.sigar.ExerosSysInfo.<clinit>(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at com.zerog.ia.installer.actions.CustomAction.f(DashoA8113)
WHERE should this sigar.jar be located???
standalone class to use the sigar.jar is working.
However using this in InstallAnywhere custoncode plugin results in the above error
message
Unable to find sigar.jar
org.hyperic.sigar.SigarException: Unable to find sigar.jar
at org.hyperic.sigar.Sigar.loadLibrary(Sigar.java:158)
at org.hyperic.sigar.Sigar.<clinit>(Sigar.java:90)
at org.hyperic.sigar.ExerosSysInfo.<clinit>(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at com.zerog.ia.installer.actions.CustomAction.f(DashoA8113)
WHERE should this sigar.jar be located???