Does anyone know a good sdk for reading and decoding 2d barcodes (preferably Datamatrix or QR) from within a Java ME application? The application will be closed source, and while I'd prefer that the SDK be free (perhaps MIT or LGPL licenses), I would not mind forking over some cash for a commercial license. I've come across the Semacode.com sdk but it's GPL and the links to the commercially licensed version does not seem to be working. There's also one from qrcode.sourceforge.jp but it's also GPL and has sparse documentation.

link|improve this question

25% accept rate
feedback

1 Answer

The only promising one I could find was ZXing

link|improve this answer
Thanks Arnold. Have you actually tried using it in a mobile app? What are the success rates in decoding? A very rough x out of 10 figure will do. The Apache license is perfect but they don't officially support j2me usage. I'm primarily a php developer and I don't know much about porting j2se code to j2me code, if that's even necessary. Thanks again. – Okal Otieno Aug 20 '10 at 20:46
I'm sorry, I haven't actually used it. Your question caught my eye because I had to find a barcode generator for Java once. After reading your question and saw that you wanted a decoder, I was curious enough to look around to see what was out there and try to help. – Arnold Spence Aug 20 '10 at 21:52
I appreciate it. I'll give zxing a shot. – Okal Otieno Aug 21 '10 at 18:07
I am also working in a J2ME project with Zxing, I can say that for QR and barcodes is ok, but for Datamatrix, is very disappointing because it only works for clean images generated by code, not captured by a camera. Pls if you find a different option, tell me sth, I would need a valid solution. – netadictos Aug 24 '10 at 10:08
feedback

Your Answer

 
or
required, but never shown

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