Welcome to the Official BlackBerry® Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
New Contributor
ebaker355
Posts: 3
Registered: 02-09-2012
My Carrier: AT&T

BarcodeScanDemo ImageScanner not found

I have a Torch 9800 running 6.0 Bundle 695 (v.6.0.0.246, Platform 6.4.0.105). I have built the BarcodeScanDemo app using the BB plugin for Eclipse, signed with signature keys, and installed the app on the phone. However, when I try to launch the app, I get the following:

 

Error starting BarcodeScanDemo: Class 'net.rim.device.api.amms.control.camera.ImageScanner' not found.

 

I am new to BB development. Can someone please tell me what's going on here?

 

Thanks!

Please use plain text.
Developer
paulkayuk
Posts: 116
Registered: 04-30-2010
My Carrier: T-Mobile

Re: BarcodeScanDemo ImageScanner not found

Check the API, that class was only added in API 7.0.0 so won't be on a device running OS 6.0

 

http://www.blackberry.com/developers/docs/7.0.0api/

Please use plain text.
Developer
alishaik786
Posts: 249
Registered: 08-26-2011
My Carrier: Not Specified

Re: BarcodeScanDemo ImageScanner not found

I think you signed the 7.0 version sample demo; Try to check the sample demo provided in 6.0 version;

 

I run the sample code of Barcode Demo in the Version 6.0; and I create my own QRCode and Barcode application under 6.0 version;

 

So check your sample demo application is 6.0 or 7.0?

 

==================================================================

Feel free to click LIKE buttion if the solution is correct;

 

============================================================
Feel free to click LIKE button if the solution helps you;
--
Regards,

ALI SHAIK.
Please use plain text.