I have two errors in NetBeans: Application descriptor does n开发者_开发知识库ot declare any MIDlet. Direct execution is not allowed.
I am try to do MessageList in blackberry using midlet, b开发者_Python百科ut whatever I do some expection comes up. Right now am getting NullPointerException. Here is the code
I want to have a http connection in my J2ME application using Lwuit which will have a timeout, can manually stop the request with a button, and a loading dialog while it is processing. I tried thread
How can i convert a J2ME application which is using lwuit library to an android apk ? I tried to convert using mircoemulator but w开发者_StackOverflowhen I start the application it shows error and ex
I created a j2me application but I cant set an i开发者_开发问答con it is the default cofeecup icon thats showing. I am using netbeans and I already went to properties and selected the correct midlet i
I need to ask the confirm alert while user delete the my Java ME application on mobile. Is it possible? I want to ask like Sure to delete this application? This question is YES/NO type. If user press
I am using EclipseME to write MIDlet application. I have deployed by right click on Project->J2ME->Create Package.
public class StateMachine extends StateMachineBase { public Container con1; protected void beforeMainForm(Form f) {
The ability for disabling vkb is included in the new svn source code... But by default vkb comes in midlet...
I need to download开发者_运维问答 jpeg image and show it in my midlet. But when I try to run this code, image on screen is broken.