08-02-2010 09:29 AM
Hi to all,
I'm developing an application to read barcode..can any one pls tell me any reference Url link or sample for reading barcode.. i have already searched the below link and i got some idea and also i got sample code but i dont know how to use that code...
http://supportforums.blackberry.com/t5/Java-Develo
Please any one help and explain this process..
Thanks,
Packiaraj M
Solved! Go to Solution.
08-02-2010 09:32 AM - edited 08-02-2010 09:36 AM
Well you can try google's zxing library!! It's a library for barcode scanning!! I used that and it worked like a charm!!!
08-02-2010 09:47 AM
From the rumor mill, this capability is integrated into OS 6.0.
08-02-2010 09:54 AM - edited 08-02-2010 09:55 AM
Hi morpheusghost and peter thanks for your response.
Yes,now i'm using google's zxing but it throws error related package not found (javax.microedition.amms.control.camera)
i'm using 4.5 JDE for developing..And i have searched that package but i didnt get that package....
Google's zxing code working for u? which version u have developed?
Thanks,
Packiaraj
08-02-2010 09:57 AM
I'm working with the 1.4 version
08-02-2010 10:09 AM
Actually for your info all u have to do is to take the rim's and core's src folders and insert the packages to yous src folder of your project. I think this could help you!!
08-02-2010 10:12 AM
08-02-2010 10:17 AM
Actually i'm JDE for developing, i have done as u said above just insert the packages from core to rim then it throws an error in javax.microedition.amms.control.camera package error any idea?
08-02-2010 10:22 AM
I'm using Eclipse plugin for Blackberry. Actually the code is in the library that you 've downloaded.
But lets take it from the begining.
1. Download Blackberry plugin for Eclipse
2. Download zxing library 1.4 from http://code.google.com/p/zxing/downloads/list
3. Take the src files from rim's and core's folders from the zxing library after you unzip it and insert them into the src folder of your Blackberry project.
Run the simulator and scan a barcode image!!
That's it. If u have any question please ask!!!
08-02-2010 10:27 AM
Ok thank you so much morpheusghost.. Actually i have downloaded zxing1.5 i will download 1.4 and check it and once agian thanks for ur explaination.
Thanks,
Packiaraj M