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.

498 questions
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

Type of files created in a blackberry project

I created my first Hello world project for BlackBerry and following files were created in the deliverables folder: - HelloWorld.cod - HelloWorld.cso - HellowWorld.debug - HelloWorld.jad - HelloWorld.jar - HelloWorld.rapc What is the purpose…
n_g
  • 2,767
  • 8
  • 23
  • 29
4
votes
1 answer

Blackberry kSoap2 & Soap Header

Trying to specify a custom soap header. Not sure how the SoapEnvelope.headerOut propery is to be populated. My code so far? String soapAction = serviceNamespace + "/SearchCustomer"; SoapObject rpc = new SoapObject(serviceNamespace,…
Jan de Jager
  • 830
  • 2
  • 12
  • 35
4
votes
2 answers

How to follow a "page auto-redirection" to get the response code?

I use the following code to get the returned response code of an aspx page HttpConnection connection = (HttpConnection) Connector.open("http://company.com/temp1.aspx" +…
Ashraf Bashir
  • 9,070
  • 12
  • 50
  • 79
4
votes
1 answer

BlackBerry - Avoiding Encryption

As part of the application, we are creating a file myApp.cfg in the "file:///store/home/user/" location on the device. The encryption on the device is enabled. Due to this, the myApp.cfg is being renamed to myApp.cfg.rem and the application is not…
mindus
  • 209
  • 2
  • 11
4
votes
1 answer

Tomcat7 HTTP Status 500 - Servlet execution threw an exception

type Exception report message Servlet execution threw an exception description The server encountered an internal error that prevented it from fulfilling this request. exception javax.servlet.ServletException: Servlet execution threw an…
Pandiyan Muthu
  • 1,030
  • 3
  • 20
  • 37
4
votes
2 answers

Custom List Field click event

i m writing one application in which i have created custom list field for displaying listview. my CustomListField contains one image and text in a row. i m gettiing field change listener on click of listfield row but i want to put fieldchange…
Nirav Bhandari
  • 4,200
  • 5
  • 29
  • 58
3
votes
1 answer

referencing BlackBerry_App_Descriptor.xml in BlackBerry development

I am a BlackBerry developer. I am currently developing application for BB. Theres one requirement, where I have to refer to BlackBerry_App_Descriptor.xml and get the version no. from it. Then, I got to display this version no. in the app…
JaydeepW
  • 3,038
  • 1
  • 23
  • 26
3
votes
1 answer

Uninstalling application (with Alternate Entry Point for synchronization) from device

I have added to the project Alternate Entry Point with argument "init", "auto-run on startup" and "do not display on homescreen" checkboxes checked, so that application could be backed-up and restored. And now I can't delete it from my device... It…
Artem Svystun
  • 169
  • 1
  • 14
3
votes
2 answers

Barcode scanner SDK for Blackberry

can anyone guide me to any of the efficient Barcode scanner SDK which can work in Blackberry SDK. while googling i have got to here about ZXing lib. But i failed to find the samples and to download the SDK. Help me with some link to the SDK…
Nilanchal
  • 5,842
  • 8
  • 39
  • 69
3
votes
1 answer

Multiline labelfield

I must show a string that can or not be large enough to not fit in one line in all devices, I want labelfield control to automatically show remaining text in a "new line" after the original one, I mean like... auomatic carret return if the string…
Kenny D.
  • 887
  • 3
  • 10
  • 29
3
votes
2 answers

Regular Expression in Blackberry?

How to validate email by using Regular Exprssion in Blackberry. There is no Pattern class in Blackberry API. Is there any other way to validate. Thank you
David
  • 2,065
  • 2
  • 20
  • 29
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

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
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…
1
2
3
33 34