System.load("path") problem
hi all,
I am facing a problem to load a library using System.load("abc.lib"). Its throws a unsatisfied link error. But, if i use the absolute path, then its successfully load the library.
Please help me, how can i load a libray using parameter in relative path..
Thank you

