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
43
votes
1 answer

Packaging Blackberry OAuth app throwing error

I am creating an application that will post a link onto Twitter. The following code refuses to package up for me, throwing the following error: Error: Cannot run program "jar": CreateProcess error=2, The system cannot find the file specified Here…
11
votes
1 answer

BlackBerry - use own JAR file in own project

(I have solved my problem, so have edited it to look more like a blog post - the final working solution has been placed as an "answer" below.) Aim I want to package our BB libraries (v4.5 OR v5.0) into JAR format, so we can give application source…
Richard Le Mesurier
  • 27,993
  • 19
  • 127
  • 242
7
votes
4 answers

How to install .bar file in Blackberry 10 simulator

I have 1 .bar file which is generated from eclipse plug-in. Now I want to test that .bar file in Blackberry 10 simulator. How can I test that Application? I have installed blackberry simulator 10 Dev Alpha successfully and configured IP Address…
6
votes
2 answers

make: *** No rule to make target `Device-Debug'. Stop.

i am using QNX momentics for blackberry development. The problem is whenever i download any sample code and run it on Simulator. then error comes to me. When i clean the project it give me Error **** Clean-only build of configuration…
6
votes
1 answer

is there any way to set APN programmatically in blackberry?

We can get APN Name in Blackberry but can i know is there any way to set APN in an application. Kindly help me out on this? Thanks in Advance
Aman Arora BB
  • 190
  • 1
  • 12
5
votes
3 answers

How to package and deploy blackberry apps to device from Eclipse

How do I package and distribute my apps from the Eclipse IDE? My apps work within the simulators, but I have no idea how to deploy them to my blackberry device. I moved the files to the Media card but I kept getting errors (i.e. invalid COD errors).…
5
votes
1 answer

Blackberry Apps - Importing a code-signed jar into an application project

I'm working on a library project that Blackberry Java developers can import into their projects. It uses protected RIM APIs which require that it be code-signed, which I have done. But, I can't get my Jar imported and working with a simple…
eSniff
  • 5,205
  • 1
  • 23
  • 29
5
votes
2 answers

Cannot Write On Micro SDCard On BlackBerry

I am trying to save some files on micro SDCard. To check the availability of SDCard, I am using the following method; private boolean isSdCardReady() { Enumeration e = FileSystemRegistry.listRoots(); while (e.hasMoreElements()) { if…
Mudassir
  • 13,962
  • 8
  • 60
  • 85
4
votes
2 answers

How to change sdk version of application in blackberry

I am using Eclipse to develop a BlackBerry app for BBOS 6.0. I now want to support BBOS 5.0 instead of 6.0. How do I do this?
Hasmukh
  • 4,396
  • 2
  • 25
  • 44
4
votes
2 answers

Http POST in BlackBerry

Greetings, I am trying to setup a server connection from my BlackBerry Application . I was able to get a response code on the status of the server. Now i have a few values which i have to POST to the server Its like a registration page…
4
votes
1 answer

Debugging blackberry application in eclipse "source not found" problem

I am debugging an application in Eclipse. It works fine but at some methods, for example enterEventDispatcher(), it shows me source not found. Which source files should be attached to avoid this problem? I am not getting it clearly.
4
votes
1 answer

Filter Blackberry simulator console output messages

I am using the Blackberry Simulator plugin with Eclipse. I have a few System.out.println statements in order to view the values at runtime but the output has lots of RIM messages. The question is, is there a way to filter out these messages from…
user564704
  • 41
  • 2
4
votes
4 answers

Blackberry: Efficient debugging on device?

I am currently trying to debug a blackberry application on a real device. I find the setup time to be ludicrous! Here is my workflow: Uninstall the application using Blackberry Desktop Manager (BBDM) it takes about one minute to select the options…
pbreault
  • 13,426
  • 18
  • 41
  • 38
4
votes
2 answers

Blackberry - System.out.println() using eclipse plugin

I am just entered into the Blackberry Arena.. I am using Eclipse Plugin for running my testing application to simulator. So, In my code somewhere I have add System.out.println("Print"); statements, but by debugging or running app to simulator, I…
Nirmal
  • 4,739
  • 13
  • 70
  • 113
4
votes
2 answers

Things to keep in mind before developing a blackberry application

I have just entered into the Blackberry Arena. Now I am ready for the develop an application for the blackberry devices. (1) But I would like to know that while I develop any app for blackberry, then should I target some fix devices ? Or else which…
1
2 3
34 35