Questions tagged [jde]

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.

105 questions
2
votes
1 answer

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 so long or how to improve the performance of…
Yasser
  • 1,808
  • 12
  • 18
2
votes
1 answer

Convert julian date in Oracle SQL null

I want to convert Julian dates to normal dates (from JDE database). I run this query: select to_date(to_char((DATE+1900000)),'YYYYDDD') from table ; And I get the following error: ORA-01848: day of year must be between 1 and 365 (366 for leap…
2
votes
0 answers

emacs-JDEE can not detect files when it compiles

I have two files A.java (Base Class) and B.java (class). The class B succeed A. In file B.java, I compiled by C-c C-v C-c, then it can not detect file A.java with error message: cannot find symbol But it works well in compiling manually in…
2
votes
3 answers

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 VerticalScrollManager(Manager.VERTICAL_SCROLL); please give me…
user291977
  • 237
  • 1
  • 5
  • 11
1
vote
2 answers

Using JDE in Emacs, I would like something like Eclipse's run configurations

I'm using JDE for writing a larger project. Coming from Eclipse, i miss the run configurations. Basically, there are several different classes in the project that i would like to launch. Some of them are applets, some of the are regular classes with…
arvidj
  • 775
  • 5
  • 25
1
vote
0 answers

415 Unsupported Media Type error while uploading

I am getting the above error while trying upload file using API. As mentioned in other queries similar to this i have set the content type as "application\json". Since it is upload i have tried with content-type as "multipart/form-data" as well…
Minna
  • 11
  • 2
1
vote
3 answers

JDE how to convert F983051.VRPODATA (long / blob) to a string (varchar2)?

JDE how to convert F983051.VRPODATA (long / blob) to a string (varchar2)? I'm not sure if I can do something like: SELECT VRPID, VRVERS, FUNCTION(VRPODATA) FROM SCHEMA.F983051; Where FUNCTION is something that converts the BLOB file into a…
Felipe Vidal
  • 437
  • 3
  • 15
1
vote
1 answer

JDEdwards EnterpriseOne 9.2 Debugging jdeObjectCall

I have a UBE that is failing after making a call to a jdeObjectCall. The API returns a 1, indicating a warning, which indicates to the report to stop processing. The image below shows the jdeObjectCall in question that is returning a 1. I'd like to…
Cameron McKay
  • 115
  • 2
  • 6
1
vote
0 answers

JARS not found by MANIFEST.FM

I'm currently developing an eclipse plug-in, so I just started using JDE. I referrenced all the JARs needed in my project, yet I keep having errors in my MANIFEST.MF : Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name:…
sh5164
  • 276
  • 2
  • 15
1
vote
2 answers

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.
user291977
  • 237
  • 1
  • 5
  • 11
1
vote
1 answer

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.
Karthick
  • 634
  • 8
  • 19
1
vote
1 answer

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 to those 3 inner .cod files. Now I have add some…
matkas
  • 85
  • 6
1
vote
1 answer

ObjectListField with image in Blackberry JDE

I need to add ObjectListField with image in Blackberry JDE
Sumi
  • 11
  • 1
1
vote
2 answers

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 commercial purposes, and we need to be able to tell…
user299056
  • 23
  • 4
1
vote
1 answer

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 and have to refresh the service list manually. Is…
user224488
  • 51
  • 5