Questions tagged [blackberry-jde]

Blackberry Java Development Environment

The BlackBerry Java Development Environment (BlackBerry JDE) is a fully integrated development environment and simulation tool for building Java Platform, Micro Edition (Java® ME) applications for Java® based BlackBerry smartphones.

It’s a Mobile Information Device Profile (MIDP) compliant Java ME environment for developers who wish to maintain seamless portability in their wireless applications. In addition, the BlackBerry JDE provides a full suite of interfaces and utilities to take advantage of some of the unique features of the BlackBerry smartphone.

More information here.

496 questions
0
votes
1 answer

blackberry 5.0 api image mask/background image position

I've just started learning to develop blackberry apps and I've hit a bit of a snag. I'm unsure how I could move around a background image that is large than the field/manager it is being applied to. Here's an image to illustrate what I mean: So far…
boz
  • 4,891
  • 5
  • 41
  • 68
0
votes
1 answer

How to store the textbox data in local SQL Server db in blackberry application?

I am having two controls on main screen one is text box and other is button. On button click, i want to store textbox data into one of my sql server table. As i am newbie in BB dev, so not sure which approach i have to follow to achieve this. Any…
0
votes
2 answers

Can we see code changes without restarting blackberry simulator?

I am using 5.0 BB JDE. Is there any way around to see your code changes without restarting BB simulator every time. Or any way to see your changes in less time. Right now i have to restart my project every time.
Raghav
  • 93
  • 1
  • 7
0
votes
1 answer

Blackberry Jde FileNotFoundException

What do i do to resolve this problem? java.io.FileNotFoundException:C:\Program Files\Research In Motion\BlackBerry JDE 4.2.1\bin\Settings.rc(Access is denied)
0
votes
2 answers

Will jQuery Mobile 1.0 alpha 4.1 work with Blackberry OS 5?

When I test it, I see no CSS or styling.
milof
  • 696
  • 9
  • 25
0
votes
2 answers

Is it possible: Android to Blackberry application conversion

I have an android application, I want that application to use in blackberry. Is there any way to convert android application to blackberry application?
Ritesh Mengji
  • 6,000
  • 9
  • 30
  • 46
0
votes
1 answer

Error trying to access native method

Am developing a BlackBerry app and I have a third party JAR file which i make it as library and i am extending it in my application. The problem is when I try to access to some method of that library, the simulator gives me the error…
0
votes
1 answer

Append to an existing file in a new line

I want to write some texts in a new line into an existing file.I tried following code but failed,Can any one suggest how can I append to file in a new row. private void writeIntoFile1(String str) { try { fc=(FileConnection)…
Jisson
  • 3,566
  • 8
  • 38
  • 71
0
votes
1 answer

how to listen to email event in Blackberry

I am developing and simple application in blackberry JDE 6. My application will listen to any incoming or outgoing event i.e SMS event, MMS event, Email Event. After the occurrence of those event. App will prompt user about event and will do some…
MrPandav
  • 1,831
  • 1
  • 20
  • 24
0
votes
1 answer

Convert blackerry program/app into an installable form

I need to send a completed BlackBerry app, for OS 5, to my client in an installable form. What are the ways to achieve this? I am using the BlackBerry Eclipse plugin and I have a BlackBerry Bold 9000.
Jisson
  • 3,566
  • 8
  • 38
  • 71
0
votes
1 answer

blackberry tableview solution for jde 4.5

I am very new to blackberry table view. I am using jde 4.5. Can anyone please which is best way to show by this forum : http://devblog.blackberry.com/2009/10/how-to-use-table-view-layout/ or Customize ListField I want a structure like…
sathish kumar
  • 1,061
  • 6
  • 16
  • 31
0
votes
1 answer

trouble pushing screen on Blackberry UIapplication based on the data in sqlite database

I am trying to push the screen on may main UiApplication (MyApp) based on the either database is created or not and if its created than is it emapty or is it having some data.. but when i run this code my balckberry application jsts hangs .. any…
MrPandav
  • 1,831
  • 1
  • 20
  • 24
0
votes
1 answer

Blackberry Can I view contents of .cod file?

Got a .jad and a bunch of .cod files. Can I view the contents of the .cod files? Thanks
Androider
  • 21,125
  • 36
  • 99
  • 158
0
votes
2 answers

WAP2 not working: Critical Tunnel Failure

I'm developing an app for Blackberry but I'm stuck with something. I wanna use WAP2 to connect to the world, but I get this error: Critical tunnel failure I'm posting the code below: private String connectionParameters() { …
Olsi
  • 929
  • 2
  • 12
  • 26
0
votes
1 answer

Return the correct value from a JavaME thread

I wrote a function which returns a string. And there is a Thread implementation the function, like follows, and I am calling [metaDataTrimmed = getMetaData(url);] this function and store the return value to a string value. My problem is the the…
Jisson
  • 3,566
  • 8
  • 38
  • 71