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 Developer
mithila
Posts: 12
Registered: 11-07-2011
My Carrier: o2

Using J2SE libraries in BB Java plugin for Eclipse

:Helpsmilie: I am trying to use packages;

 

java.awt.image.BufferedImage

javax.imageio.ImageIO

 

As these are J2SE, I have been told the there can't be used in BB projects. :No: But I need to use them at lease the BufferedImage class. could somebody please help me?

 

Thanks in advance!

Please use plain text.
Developer
RexDoug
Posts: 4,649
Registered: 07-21-2008

Re: Using J2SE libraries in BB Java plugin for Eclipse

You can't use them.

 

You'll have to implement the class yourself using the BB API's.

 

 

Please use plain text.
New Developer
mithila
Posts: 12
Registered: 11-07-2011
My Carrier: o2

Re: Using J2SE libraries in BB Java plugin for Eclipse

Are there any other classes that I can use instead of those classes in BB API's?

Please use plain text.