Hi.
Any idea what I should do with Linux shared libraries, in order to resolve the "java.lang.UnsatisfiedLinkError" message?
I tried placing them in system lib directory, but it didn't work out.
Thanks in advance!
Hi.
Here is the uname -a output:
Linux test.local 2.6.18-128.7.1.el5xen #1 SMP Mon Aug 24 09:14:33 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux
And the error is:
Exception in thread "main" java.lang.UnsatisfiedLinkError: org.hyperic.sigar.Mem.gather(Lorg/hyperic/sigar/Sigar;)V
at org.hyperic.sigar.Mem.gather(Native Method)
at org.hyperic.sigar.Mem.fetch(Mem.java:30)
at org.hyperic.sigar.Sigar.getMem(Sigar.java:306)
at app.helper.SigarTest.main(SigarTest.java:30)
Thanks.