java.lang.UnsatisfiedLinkError

Posted by Prashant on Stack Overflow See other posts from Stack Overflow or by Prashant
Published on 2010-05-10T06:04:56Z Indexed on 2010/05/10 6:14 UTC
Read the original article Hit count: 200

Filed under:

HI ALL,

I got an error java.lang.UnsatisfiedLinkError, I am not getting wat the problem is.

public static void main(String[] args) { try { System.loadLibrary("pfcasyncmt"); }catch(){ }

}

ERROR- xception in thread "main" java.lang.UnsatisfiedLinkError: no pfcasyncmt in java.library.path

© Stack Overflow or respective owner

Related posts about java