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.
1
vote
2answers
31 views
How to make a blackberry BitmapField non focusable in runtime
How to make a blackberry BitmapField non-focusable in runtime? I want make it dimmed based on a certain event.
0
votes
0answers
23 views
How to parse a JD Edwards SOAP Business services in android.
I have some problem in parsing a JD Edwards SOAP Business services in android.
When i try calling using SoapObject it returns request cannot be processed.
Also im sure about the SOAP ...
1
vote
0answers
40 views
jde-import-all doesn't see playframework(play.mvc.*) classes
I'd like to use emacs(with jde) for playframework java coding.
(setting up jde alone is a big trouble but it's done)
For a start, I'm trying to use M-x jde-import-all to import all classes.
It runs ...
0
votes
3answers
144 views
How To Convert The Invoice Number On JDE Solution Report To Bar-code
My project for JDE is to convert the invoice number that appear on JDE report to bar-code. Would you mind to tell me how I am able to do it? Because I am just a beginner for JDE software.
1
vote
1answer
57 views
blackberry device debugging on os x loses access to file system
It's great that I can develop Blackberry software on OS X. I need to run the desktop software to gain access to the device from the JDE. When I start a debug session I can't set breakpoints, but I can ...
1
vote
1answer
153 views
How to filter the data for JDE object browser in date format?
I am new user for JDE and JDE Data browser as well. But for what I know the JDE data browser only enables us to do create some filter condition for our data.
Let say I wish to get the data in a ...
1
vote
1answer
193 views
BlackBerry JDE 7.1 MDS working, application in simulator not connecting
I've been developing tiny BlackBerry applications since OS 5.0 using the BlackBerry JDE software provided by RIM. I did not have issues using the simulator till the Java applet crashed when requesting ...
0
votes
1answer
389 views
How create Web Services on AS400 JDE and consume them in Netbeans Java
My problem is that I don't know how access the data from my java application. I am using netbeans 6.9.1 and I created already a connection with AS400 using jdbc:as400://DBase...
I tried to create ...
0
votes
1answer
40 views
Code to turn blackberry off
Is there a command or piece of code that I can use to switch the blackberry off from within my app? I have created a simple app that consists of a button, now what I want is for the device to shut ...
0
votes
0answers
201 views
Windows cannot find 'C:\E812\system\oc4j\startOC4J.bat'
I am using JD Edwards EnterpriseOne 8.12 DEMO
When I click JDEdwards Solution Explorer » Tools » EnterpriseOne Menu, I get the following errors
ERROR 1
Windows cannot find ...
0
votes
1answer
291 views
Blackberry MenuItem Deprecated
I am trying to use the MenuItem class of BlackBerry JDE 6.0 and I am encountering an error "The constructor MenuItem String(String, int, int) is deprecated". I am implementing it using a subclass ...
0
votes
3answers
1k views
changing background color of Blackberry ButtonField
I wanted to change the background color of ButtonField in black berry jde 6, by overriding
the paint method, but not able to change whole background of the ButtonField
-2
votes
1answer
162 views
adding vertical scroll to my own custom manager in blackberry jde 6
I want to add vertical scroll feature to my own custom manager, but i am not getting it,
as of now i am passing style bits VERTICAL_SCROLL|VERTICAL_SCROLLBAR to the constructor
of my own custom ...
0
votes
1answer
268 views
SqLite installation with blackberry JDE
I have installed Blackberry JDE and Eclipse. I want to create a SqLite database for my application. Should I install SqLite separately or does it come with BlackBerry JDE?
0
votes
0answers
65 views
JDE equivalent columns in Oracle Apps
JDE Data is going to get migrated to Oracle Apps.
We need to find JDE equilvalent tables and columns in Oracle Apps and JAROSODS to develop reports.
For example:
The table for F4102-Item Branch ...
0
votes
1answer
252 views
I can deploy my Blackberry app to a device by cable with JavaLoader, and it runs fine, but the BB Desktop Software refuses to touch it. Why?
Installing by cable with 'javaloader -usb load app.cod' works fine, and the app runs on the device with no problems, as on the simulator. The cod is using restricted APIs, but it's signed. The alx is ...
4
votes
1answer
344 views
How to get a list of background processes on BlackBerry
I'm looking for something corresponding to net.rim.device.api.system.ApplicationManager.getVisibleApplications(), but including applications that might not/do not have a UI. Any ideas?
Unreasonably ...
0
votes
1answer
234 views
Is it possible to send a BBM message thru the blackberry API?
Is it possible to send a BBM message thru the blackberry API?
0
votes
1answer
293 views
BlackBerry BBM Api
Is is possible to "PING!!!" a BBM contact using the "net.rim.blackberry.api.blackberrymessenger.Message" API? If yes, how would I do so? If not, how should I go about doing this?
Thank you all for ...
0
votes
1answer
292 views
JDE Data Dictionary
JDE EnterpriseOne 8.98.4.1 Data Dictionary? I've used Databrowser to locate data items in F9210 - in this case Long Address data fields. Now how do I xref this field into tables, views, forms and ...
0
votes
1answer
542 views
Network access using WiFi on BlackBerry 5 BrowserField class
I'm starting to learn BlackBerry programming and I created a simple app to show a web page on the screen using the class BrowserField. It works perfectly on the emulator and on a device with 3G ...
2
votes
1answer
810 views
Blackberry and RESTful services
I'm looking to develop a blackberry application to consume a RESTful service. At the moment we plan to develop a REST layer which we will use to perform searches on a back end database and return the ...
0
votes
1answer
121 views
PaymentEngine object is always null
I am trying to build a payment appication on BlackBerry jde version 5.0.0.14. When I debug the code, PaymentEngine object is always null. Why does this happen? Is there any fault in my code?
private ...
7
votes
3answers
809 views
How to add external jar or zip file in the Blackberry project
I want to add a jar file to my BlackBerry project. I have tried adding the jar file by the following manner ->
Right click on project -> properties -> Build -> Imported jar files -> Add
But after ...
2
votes
1answer
369 views
Blackberry PIM why is contact creation so slow?
The following code, which i took from the blackberry forum, takes almost 26 minutes to create 2000 random contacts using the BB PIM API on an 8500 series set. Does anyone have any idea why it takes ...
0
votes
2answers
279 views
Running Java app from inside emacs using JDEE throws NoClassDefFoundError
I have configured JDEE in emacs. But when I try to run any App, it throws NoClassDefFoundError .
Upon compilation, although a class file is created, it only shows the buffer for sometime and then ...
0
votes
1answer
977 views
Trying to install Emacs JDEE with openjdk 6
I am trying to get JDE to auto-complete Java code. I'm running Ubuntu and I have the following packages installed:
openjdk-6-doc
openjdk-6-jdk
openjdk-6-jre
openjdk-6-jre-headless
openjdk-6-jre-lib
...
1
vote
1answer
560 views
jdb and jde with emacs ( name unknown)
main[1] print myVariable
com.sun.tools.example.debug.expr.ParseException: Name unknown: myVariable
myVariable = null
Any guesses as to why this might be happening? I can place breakpoints like I'm ...
0
votes
2answers
283 views
BlackBerry app without a UI
I want to make a basic BlackBerry program that when opened executes a line of code.
When I make it with a basic "Hello World" UI it works fine, but when I just have the line of code with no UI, I ...
0
votes
1answer
839 views
writing to text file in blackberry
is there any way out that we can make the data in text file persistent? everytime a user finishes playing a game, in my program his name and respective score is written to a text file. When the next ...
0
votes
2answers
1k views
How to setup eclipse with blackberry jde's already installed on Windows 7 machine?
I found many posts on the forum regarding this problem which navigates me to No Page found error.
Does any body know how can I add the Blackberry JDE's that already installed on my machine.
Any help ...
0
votes
1answer
224 views
Blackberry JDE and Sqlite timestamp
I am trying to store a date from a DateField into an sqlite database, but can't figure out what format to store/retrieve it in to preserve the value. I have been trying with the sqlite datatype as ...
0
votes
1answer
279 views
error when packaging on blackberry JDE
I get these warnings when packaging
and of course the application doesnt work on the simulator
Warning!: No entry points found
Warning!: MIDlet class is not public
note that the main class is ...
2
votes
1answer
791 views
Java-mode indentation
Java-mode seems to be unindenting rather than indenting after a method declaration.
By which I mean I'd expect to see this:
class GoodExample {
public void method() {
...
0
votes
1answer
312 views
Eclipse (Blackberry JDE 4.6.1) fails deploying the application on the simulator
this is the message I receive when I try to build my applicaion.
..\HBB\HBB.rapc -sourceroot=C:\ws\HBB\src @HBB_build.files
I/O Error: C:\ws\HBB\HBB.cod (The system cannot find the file specified)
...
1
vote
2answers
376 views
how to get geographical location from co-ordinates using jde 4.5
How can I get the geographical location (Address) from the co-ordinates in Blackberry jde 4.5.
Thanks and regards,
Vivek Birdi.
0
votes
1answer
1k views
Image rescale and write rescaled image file in blackberry
I am using the following code to resize and save the file in to the blackberry device. After image scale I try to write image file into device. But it gives the same data. (Height and width of the ...
1
vote
1answer
2k views
how to upload the file through http to the website? (Blackberry)
I need to upload a file through http or ftp to the website in blackberry jde.
1
vote
1answer
1k views
Blackberry JDE generating bad .jad file (does not match compiled .cod file)
I Have a BB application that gets compiled into 3 siblings cod file. ( actualy one cod fil contaning 3 sub cod files).
app.cod
|--app.cod
|--app-1.cod
|--app-2.cod
which is normal.
the jad refers ...
1
vote
1answer
907 views
ObjectListField with image in Blackberry JDE
I need to add ObjectListField with image in Blackberry JDE
0
votes
2answers
156 views
how to get contacts
How to get phone contacts in Blackberry jde and Open all images in a popup Screen select any one of the image from the popupScreen.
0
votes
2answers
227 views
1
vote
2answers
1k views
BlackBerry JDE supported devices?
I'm developing BlackBerry applications with the JDE plugin for Eclipse (version 1.0.0.67), and I was wondering if there's a list somewhere of devices that these applications will run on.
It's for ...
2
votes
3answers
4k views
Adding vertical scrollbar to screen in blackberry application
hi I am new to blackberry development..
I am trying to add a vertical scroll bar on the screen, but not able to do that. because I do not know the way.
VerticalScrollManger scroll = new ...
0
votes
0answers
667 views
writing XML file in blackberry file system JDE v4.6
Is there any utility in BlackBerry JDE v4.6 using which I can write my xml file into the blackberry file system.
Thanks.
1
vote
1answer
651 views
Refresh Service List of a paired Bluetooth device !
Is there any possibility to refresh the service list of a paired device in a programm?
At the moment, i have to go to the bluetooth options and select the device properties of the bluetooth device ...
-1
votes
1answer
561 views
Aligning fields in VerticalFieldManager
I'm trying to develop a stock ticker in JDE 4.3.
I found in a recent post that it is possible for two(2) fields to be aligned both horizontal and vertical: ...
1
vote
2answers
612 views
Can a blackberry app access the internet without restrictions?
I'm about to develop an application for blackberry that transport some data through a native socket connection to a server. This can be done easily in Java but I was told the issue with this approach ...
0
votes
1answer
380 views
Trouble installing jdee in Carbon Emacs in Snow Leopard
I recently decided to try emacs for java development, so this is the first time I've used emacs. I'm not getting any error on emacs startup, but I don't think jde is installed correctly because I ...
1
vote
1answer
426 views
Blackberry 9000 getting HTTP error 406 When using WiFi
So, I have a Blackberry 9000 application doing simple networking using HttpConnection. Everything works fine normally, when I go to urls of the form:
http://url.com
But I've discovered that I need ...

