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
1
vote
2 answers

lwuit app would not run on blackberry jde

I built a j2me app using sun's lwuit , the application runs fine on my Oracle sdk simulator,but when I run this same app on blackberry jde I get this error Error preverifying class com.sun.lwuit.animations.Transition3D VERIFIER ERROR…
Johnson Eyo
  • 113
  • 1
  • 9
1
vote
0 answers

Is a bridge the only way to work through EnterpriseOne Data Access Drivers from .NET?

I am working on a project which will eventually require me to work with EnterpriseOne Data Access Drivers. Straight ODBC drivers are not an option. My client wishes to leverage the monitoring capabilities of EnterpriseOne's Data Access Driver,…
Paul Alan Taylor
  • 10,474
  • 1
  • 26
  • 42
1
vote
2 answers

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 is that most blackberries have some sort of…
erotsppa
  • 14,248
  • 33
  • 123
  • 181
1
vote
1 answer

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 to test this in wifi only situations (that is,…
J.R.
  • 5,789
  • 11
  • 55
  • 78
1
vote
2 answers

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.
1
vote
2 answers

Problems killing a custom blackberry app

All of my screens inherent from a screen with the following onClose() method: public boolean onClose() { Dialog.alert("Closing"); done = true; System.exit(0); return true; } I kind of assumed that…
J.R.
  • 5,789
  • 11
  • 55
  • 78
1
vote
1 answer

Blackberry JDE GPS getLocation() LocationException

I need to add GPS functionality to an existing Blackberry Application that I've written. I write a stand alone class called CurrentLocation, and include a method to set the various location variables I care about by using the blackberry GPS in…
J.R.
  • 5,789
  • 11
  • 55
  • 78
1
vote
3 answers

Blackberry JDE FieldChangeListener

I'm sort of confused as to how to implement a FieldChangeListener in the Blackberry JDE. One way has me make my main class implement FieldChangeListener, and then have a fieldchanged method inside of it, and another has me do: …
J.R.
  • 5,789
  • 11
  • 55
  • 78
1
vote
2 answers

IDEs Used for BlackBerry Developement

I have installed eclipse JDE plugin (ie BlackBerry_JDE_PluginFull_1.0.0.67.exe) , i can create a blackberry project only for BlackBerry JDE 4.5.0 . when i see in window ->preferences ->blackberry->installed components of eclipse ony BlackBerry JDE…
santosh
  • 504
  • 2
  • 6
  • 20
1
vote
0 answers

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 but fails to import(or list) play.mvc.* classes. …
eugene
  • 39,839
  • 68
  • 255
  • 489
1
vote
2 answers

Completely lost with Blackberry JDE for Eclipse

I'm serious. I installed the Blackberry web developer thing for eclipse (being stupid, and not seeing the 'web' part). Then, when I realized my mistake, I went and got the JDE for Eclipse. I went through the install process....open up…
J.R.
  • 5,789
  • 11
  • 55
  • 78
1
vote
1 answer

Learn JD Edwards tools as BA

It would be great if someone have help me. My I am a BA/BPM. I have business knowledge but no coding experience in general programming languages. For my benefit and ease, I normally get the basic of the technology the company uses, like DB2, Oracle…
QuantFreelancer
1
vote
1 answer

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 code signatures. I had to download JDE 7.1 (the…
0
votes
0 answers

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 'C:\E812\system\oc4j\startOC4J.bat'. Make sure you typed the name correctly,…
Rauf
  • 12,326
  • 20
  • 77
  • 126
0
votes
1 answer

JDE-mode indent 4 spaces

In my .emacs file, I have a c-common-mode-hook that sets c-basic-offset to 4, but whenever I create a java file this is reset to 2. How do I set indentation to four spaces in JDE mode?
Nathaniel Flath
  • 15,477
  • 19
  • 69
  • 94