Welcome!

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
Developer
alishaik786
Posts: 277
Registered: ‎08-26-2011
My Carrier: Not Specified
Accepted Solution

BlackBerryMessenger: Get the Error in net_rim_bb_qm_platform.jar file

[ Edited ]


When I run the sample demos that provided by BBM SDK v1.1 for BlackBerry Java and as well as in BBM SDK v1.2 for BlackBerry Java, I am not able to run the file. For this I preverify the net_rim_bb_qm_platform.jar file of both versions I get the following Error in command prompt:

 

PreVerify.png

 

Then I extract the net_rim_bb_qm_platform.jar file and check the class

net.rim.blackberry.api.bbm.platform.ui.chat.component.SmilyScreen.class (I decompile this class and checked) I got the below code:

 

There I found one interface which is not there in entire jar file and Blackberry O.S6.0 AND O.S7.0 : Look below:

 

SmileyScreen.png

 

Here I got one line:

public final class SmileyScreen extends PopupScreen
implements FieldChangeListener, FocusChangeListener, TextInputDialog

 

TextInputDialog This class I don't have.

 

I checked this: import net.rim.device.api.ui.component.TextInputDialog;

But I didn't get TextInputDialog this interface in O.S6 AND O.S7.

 

I Think that because of this I got "Not Registered' in the Signin tool.

 

If I am fault please tell me how to run the Blackberry Messenger by using net_rim_bb_qm_platform.jar file.

 

Thanks & Regards,

    ali shaik.


 

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

ALI SHAIK.
Please use plain text.
Developer
alishaik786
Posts: 277
Registered: ‎08-26-2011
My Carrier: Not Specified

Re: BlackBerryMessenger: Get the Error in net_rim_bb_qm_platform.jar file

If any one have idea please tell me. It is an urgent requirement.
============================================================
Feel free to click LIKE button if the solution helps you;
--
Regards,

ALI SHAIK.
Please use plain text.
Developer
alishaik786
Posts: 277
Registered: ‎08-26-2011
My Carrier: Not Specified

Re: BlackBerryMessenger: Get the Error in net_rim_bb_qm_platform.jar file

Anyone help to this query?
============================================================
Feel free to click LIKE button if the solution helps you;
--
Regards,

ALI SHAIK.
Please use plain text.
Developer
peter_strange
Posts: 17,698
Registered: ‎07-14-2008

Re: BlackBerryMessenger: Get the Error in net_rim_bb_qm_platform.jar file

Why are you trying to preverify this jar?  As I understand it, it is only meant to be used to develop against.  if you want a simulator with BBM installed then you can use one of the Simulators that is provided with the SDK.  I presume, thought I have not tried, that you can download BBM for other Simulators. 

Please use plain text.
BlackBerry Development Advisor
oros
Posts: 839
Registered: ‎04-12-2010
My Carrier: Bell

Re: BlackBerryMessenger: Get the Error in net_rim_bb_qm_platform.jar file

Hi there,

 

In addition to Peter's comments, any chance you could please clarify what you are trying to accomplish here? As Peter noted, there should not be a need to preverify this .JAR file. In addition, the missing Class would not be connected to your signature keys, but you can request keys here if you are missing them for deployment to physical devices.

 

To configure various simulators for testing, please see the following document:

http://docs.blackberry.com/en/developers/deliverables/25813/

 

Additional documentation can be found here:

http://docs.blackberry.com/en/developers/subcategories/?userType=21&category=BlackBerry+Messenger+So...

 

Finally, for the BBM Samples, the .JAR file simply needs to be referenced by the samples to allow access to specific functionality, you should not be re-building the contents of the .JAR file yourself.

 

Erik Oros

BlackBerry Development Advisor

Please note that I will be unavailable between May 19th and June 4th. Sincere apologies for any delays during this time. I will do my best to follow-up as soon as I am able.

Erik Oros
BlackBerry Development Advisor
@WaterlooErik
Please use plain text.