NoClassDefFoundError org/bouncycastle/crypto/BlockCipher
I am developing a MIDlet to encrypt SMS messages. I use Bouncy Castle libraries, so I import them into the project classpath (using Eclipese 3.2) and everything works fine at compile time.
But when I launch my MIdlet the NoClassDefFoundError org/bouncycastle/crypto/BlockCipher
error message appears, even if such class is correctly present in the project classpath.
I have also tried to select the BouncyCastle jar file inside the "Order and export" eclipse tab, but nothing changed.
Could anyone help me?
Thanks in advance,
Francesco

