Search code examples
blackberryblackberry-stormblackberry-simulatorblackberry-eclipse-pluginblackberry-jde

Java.awt.* not in blackberry?


Is there any way to import following in BlackBerry JDE 5.0 or in eclipse with BlackBerry JDE 4.7 ?

import java.awt.Canvas;

import java.awt.Color;

import java.awt.Graphics;

import java.awt.Image;

import java.awt.image.BufferedImage;

I need to implement it for Barcode Reader in BlackBerry. For barcode Reader, I download the rVision.jar & import it.

If there is any solution or alternative solution then please suggest me ?


Solution

  • How about the open source project ZXing? Check it out. They even provide the full source code for a BlackBerry client that uses their library.