Post subject: how to set the library path in eclips Posted: Nov 18, 2005 - 04:19 AM
Guest
Hai,
Iam trying to write a program on encryption using an external api,i.e. PGPi api. I included this api's jar file in build path,so upto compilation ok.
but when iam trying to run the program it is giving error like this
" Java.lang.UnsatisfiedLinkError: no pgpi in java.library.path
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at PGPi.<clinit>(PGPi.java:247)
at Expgp.main(Expgp.java:
Exception in thread "main" "
so what can i do and how can i set path,please help me regarding this problem.
Guest
Post subject: RE: how to set the library path in eclips Posted: Apr 26, 2006 - 06:33 AM