Questions tagged [blackberry-eclipse-plugin]

BlackBerry Java Plug-in for Eclipse

The BlackBerry Java Plug-in for Eclipse is an Eclipse plug-in that improves productivity by providing an integrated BlackBerry smartphone specific development, debugging and simulation workflow.

More information here

514 questions
3
votes
1 answer

No BlackBerry JRE is installed?

I installed the blackberry plugin for Eclipse. When I click on new->project-> Blackberry->Blackberry Project When I type project name it says "No BlackBerry JRE is installed. Please click "Configure JREs..." link to configure a BlackBerry JRE" Can…
jini
  • 10,563
  • 34
  • 95
  • 166
3
votes
1 answer

how to customize ObjectListField?

Is it possible to customize Objectfieldlist according to following design? ---------------------------- ROW#1 ROW NAME row details --------------------------- ROW#2 ROW NAME row details …
Ashish Agarwal
  • 5,781
  • 12
  • 53
  • 86
3
votes
1 answer

Launching Blackberry application using Eclipse debugger resets device

I'm trying to debug a Blackberry application on device. I had some initial success, but lately the device reboots when the debugger tries to launch the application. The application gets installed, and I can run it from the device after the device…
rich
  • 201
  • 1
  • 9
3
votes
4 answers

Blackberry Development using NetBeans

I have gone through with the tutorial documents for blackberry development. At every place they have showed the features with eclipse plugins. So, I would like to know that which are the tools I need to download If I want to start development using…
Nirmal
  • 4,739
  • 13
  • 70
  • 113
3
votes
2 answers

How to parse xml document in Blackberry?

How can I parse a xml file in Blackberry? Can I have a link or sample code or tutorial?
Master
  • 97
  • 2
  • 6
3
votes
2 answers

Eclipse Blackberry Preprocessor Not Working?

I've already followed the directions @ Using preprocessor directives in BlackBerry JDE plugin for eclipse? for making sure the blackberry plugin preprocessing hook is (theoretically) enabled. I'm using Eclipse 3.5.1 with Blackberry Plugin 1.1 with…
3
votes
0 answers

Blackberry "found an alternate icon with better size" error

I can't get this error disappear even when I remove the Blackberry nature from the project. It was working well before. How can I resolve this error? My Android version is 4.2.2. Description Resource Path Location Type [ERROR]…
3
votes
4 answers

Eclipse randomly exits after installation of Blackberry plugin/SDK

Since adding the Blackberry Java classes from their website into eclipse, I've had it where eclipse will randomly close, with no discernible pattern, rhyme, error or reason. Here is the environment/software packages that I am using: Windows XP…
3
votes
2 answers

setStatus() in Blackberry

I want to add a LabelField in the bottom and right of the screen in Blackberry. For setting the label at the bottom of the screen, I used, this.setStatus(lbl_version); which gives the output perfectly fine, but, behind labelfield, the background…
3
votes
1 answer

Convert Android App to Blackberry using ADT Plugin Eclipse

I have successfully converted an android app using ADT plugin in eclipse and have couple of confussed situations. I went through this Documentation regarding the process but in this video still mention about the "Code signing keys" which is the Old…
JibW
  • 4,347
  • 14
  • 61
  • 100
3
votes
1 answer

URL issue in Facebook in BlackBerry

I have integrated Facebook in my app and trying to share some content.When I call FaceBookMain() ,it shows error like : "Success SECURITY WARNINNG:Please treat the URL above as you would your password and do not share it with anyone." Sometimes this…
3
votes
1 answer

Error while importing BlackBerry project in Eclipse - BlackBerry JRE 4.7.0[unbound]

I am new in BlackBerry application development. I have installed "BlackBerry Plug-ins for Eclipse version 7.1" successfully. Now I am trying to import one existing project into Eclipse, it is showing the following error: Build path entry is…
Virag Brahme
  • 2,080
  • 1
  • 18
  • 31
3
votes
0 answers

Error with Facebook Integration on blackberry

I am trying to integrate Facebook with my BlackBerry app by using the jars from the facebook-bb-sdk project on Sourceforge. When I open my application and click on the Facebook button to login with Facebook, it successfully opens the Facebook login…
3
votes
3 answers

Blackberry application loading on simulator

while loading my application on BlackBerry simulator its displaying given below an error Unable to start simulator. Check that the file exists. (java.lang.IllegalArgumentException: Executable name has embedded quote, split the arguments)
3
votes
1 answer

Error 'result::failure -9' when porting android app to BlackBerry 10

I am trying to deploy my android app from eclipse on to my blackberry Z10 running 10.0.9.422 and i am unsuccessfull at it. Here is the actual error that i am receiving. Failed to deploy project XXXX Info: Sending request: Install Info: Action:…
1 2
3
34 35