MIDlet is an application that uses the Mobile Information Device Profile (MIDP) of the Connected Limited Device Configuration (CLDC) for the Java ME environment
Questions tagged [midlet]
263 questions
1
vote
0 answers
ClassNotFoundException trown when registering Midlet in the PushRegistry
I'm getting an odd error I can't get to the bottom of. When I register the midlet in the Push Registry it throws the ClassNotFoundException. I've used a very standard implementation straight from the API documentation just the url has been…

Chris
- 41
- 6
1
vote
4 answers
I want to display an PNG image using J2ME MIDlet classes on blackberry device
I am trying to display a PNG image on blackberry device for OS 5.0 using J2ME MIDlet class instead of a blackberry RIMlet class. Can I use J2ME MIDlet instead of RIMlets? Would it be compatible with blackberry as blackberry do support J2ME? Can I…

sahil
- 265
- 1
- 5
- 15
1
vote
1 answer
Is MIDlet.startApp() guaranteed to be executed fully before MIDlet.pauseApp() or MIDlet.destroyApp() is called?
MIdlet's class javadoc states that MIdlet.destroyApp() will be called if MIdlet.startApp() throws a RuntimeException. Assuming no exception is thrown while executing MIDlet.startApp().
Is MIDlet.startApp() guaranteed to be executed fully before…

David Andreoletti
- 4,485
- 4
- 29
- 51
1
vote
1 answer
How to add a .TTF file into Java ME application
I'm developing j2me application and want to add a custom font into that.So how to add a .ttf file into a j2me project.

Megha
- 1,581
- 2
- 18
- 33
1
vote
2 answers
Is it possible to re-show the last opened Form when the MIDlet was paused?
The application is running , the user is making some TextField editing. Then a call is received , so the MIDlet enters the paused state. When the conversation is finished then the application is restarted , the startApp() method of the MIDlet is…

pheromix
- 18,213
- 29
- 88
- 158
1
vote
1 answer
Is it a good idea to use and set a value for the MIDlet-Permissions-Opt and/or MIDlet-Permissions attributes to auto-sign a MIDlet?
There is the MIDlet-Permissions and MIDlet-Permissions-Opt attributes that can be set in the jad file. Can we use them to auto-sign a MIDlet ?
user806574
1
vote
2 answers
compilation error in example midlet from Java ME 3.0
There are many example in j2me sdk 3.0 (http://www.oracle.com/technetwork/java/javame/javamobile/download/overview/index.html)
I'm trying to build example to learn more about MIDlet 2d graphics.
AGUISwingSet2 error: package javax.swing does not…

masiboo
- 4,537
- 9
- 75
- 136
1
vote
1 answer
J2ME Midlet - Self-signed certificate
I want to sign my application but I don't want its users to install certificates on their phones before installing my application. Is it possible to sign j2me midlet with self-signed certificate?

Deimos
- 1,083
- 1
- 10
- 15
1
vote
1 answer
Change midlet's description in the configurations
Where can I change midlet's description - the very text? Is it in some configuration file or something?

Sergey
- 11,548
- 24
- 76
- 113
1
vote
1 answer
NetBeans J2ME FileBrowser browse only folder?
I'm using NetBeans to build a folder browser application. In application flow, i place a file browser control to browse files and folders.
My problem: The file browser control always list both folders and files.
My question: How can i set the file…

Minh Nguyen
- 1,989
- 3
- 17
- 30
1
vote
1 answer
Can not launch more than one MIDlet in eclipse error?
I've been asking questions on here for some time, but this will be my most nooby of all
sadly ¬_¬
I've just downloaded Eclipse Pulsar with a Nokia simulator tied into it. Ran the application as a midlet the first time and it worked, but now when I…

Jack Gleeman
- 593
- 1
- 6
- 19
1
vote
3 answers
MIDlet-1. Error in NetBeans
I have two errors in NetBeans:
Application descriptor does not declare any MIDlet. Direct execution is not allowed.
The manifest or the application descriptor MUST contain the attribute: MIDlet-1
The files rights - 775.
Here is my…

levon
- 689
- 6
- 13
1
vote
1 answer
Trying to add png files to Midlet project in netbeans
I'm creating a app for nokia using Netbeans v7. I cannot figure out how to add files to the project, such as graphic images. Also I do not see a res folder like eclipse has.
I'm assuming there must be a way to do this
-Ted

Ted pottel
- 6,869
- 21
- 75
- 134
1
vote
1 answer
how can connect the soap webservices in symbian mobile using j2me
I'm new in symbian mobile applications. I'm developing webservices related application in this webservices using .net webservices (ksoap). How can connect webservices in j2me midlet application in symbian mobile.

Narasimha
- 3,802
- 11
- 55
- 83
1
vote
3 answers
How to deploy MIDlet application use eclipse?
I am using EclipseME to write MIDlet application.
I have deployed by right click on Project->J2ME->Create Package.
After that, I copied Jad and Jar files in Deploy folder to My phone.
For BlackBerry: When I run Jad file, it is installed successful.…

Levanphong7887
- 633
- 4
- 11
- 21