I wanna use decode Base64 function in Java ME project so, I add bcprov-jdk15on-149.jar to my project.(Bouncy Castle Library)
By Adding Hardware JAR Files, I got this error: java.lang.NoClassDefFoundError: org/bouncycastle/util/encoders/Base64
Then, I try Adding Application JAR Files, I got another error; The project package got red cross and I cannot run the project.
I'm not sure what did I do wrong, you guy have any suggestion?
(I use Eclipse Java ME Nokia sdk 2.0, JRE1.7U17 , JDK1.7u17)