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
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?
Is it possible to send a BBM message th开发者_如何学编程ru the blackberry API?They have a BBM SDK, you might want to look into that.
Is is possible to \"P开发者_JAVA技巧ING!!!\" 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?
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 repor
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
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 nu开发者_如何学JAVAll. Why does this happen? Is there any fault in m
I am trying to get JDE to auto-complete Java code. I\'m running Ubuntu and I have the following packages installed:
main[1] print myVariable com.sun.tools.example.debug.expr.ParseException: Name unknown: myVariable myVariable = null
is there any way out that w开发者_C百科e 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. Whe