Importing a package - help
hey all,
I hava a simple problem, but would appreciate if you could reply as soon as possible. particularly I am trying to compile code including following line:
import org.bouncycastle.crypto.digests.SHA1Digest;
But I get an error, saying: " The import import org.bouncycastle.crypto.digests.SHA1Digest; cant be resolved
".
What can I have done wrong ?
Thanks.

