I am tryint to generate an EAN-13 barcode in blackberry 5 sdk.I know I can do this in Blackberry 6.0 but I can not use ByteMatrix in 5.0, can you help me or give me an example about how to do this ?

link|improve this question
feedback

1 Answer

ZXing is an open source project. You can copy the classes you need, or if it is too messy, just download the packages you need from the library and refactor them so that the package names do not collide with the Zxing ones already in blackberry 5.0.

link|improve this answer
can you provide a link to download those packages? – alishaik786 Jan 27 at 4:31
1  
Here you are: code.google.com/p/zxing/downloads/list – Mister Smith Jan 27 at 8:23
Thank you very much; – alishaik786 Jan 27 at 9:15
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.