posted 12 years ago
Hi,
i'm bulding J2ME application and i'm using J2ME polish, my problem is that i want to import classes for encryption, i'm using bouncy castle bc116.jar
but the problem that when i run the ant it complains that the packge org.bouncycastle not exists !
any one can help ??
thanks in advance
i'm bulding J2ME application and i'm using J2ME polish, my problem is that i want to import classes for encryption, i'm using bouncy castle bc116.jar
but the problem that when i run the ant it complains that the packge org.bouncycastle not exists !
any one can help ??
thanks in advance
posted 12 years ago
You must bundle any external libraries inside the MIDlet suite's JAR.
You cannot upload library JARs own their on to the phone (or WTK sim).
Check the polish site, I'm sure they have some kind of FAQ covering this.
You cannot upload library JARs own their on to the phone (or WTK sim).
Check the polish site, I'm sure they have some kind of FAQ covering this.
Eduardo Marques
Get ready for your SCMAD certification at J2MECertificate.com - See what all the buzz is about ...
