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.

[405 byte] By [_Cih_a] at [2007-11-27 2:13:01]
# 1
Check to make sure that the class org.bouncycastle.crypto.digests.SHA1Digest or the jar file that contains the class is in your classpath.Budyanto
Budyanto.Himawana at 2007-7-12 2:08:02 > top of Java-index,Java Essentials,New To Java...