J2ME, destroyApp(false) can't close program.

B

bokiteam

Hi All,

My program:

public class Boki extends MIDlet implements Runnable{
....
....
Boki_END()
{
destroyApp(false);
}
.....
}

I don't know why when I call Boki_END(), the program screen is still
there....


BR
/Boki.
 
R

Remon van Vliet

Should work, try making it an unconditional destroy though (pass true). By
passing false you're allowing the JVM to not close it if it so desires.

Remon
 
B

bokiteam

Thanks, It is my fault, I try to release a resource that already be
released. ( ObjectA = null; // again )

For Nokia phone ( Symbia OS ), show a error message and then end
program.

For Sony Ericsson phone ( W800i ), be stick there.

BR,
/Boki.

Remon van Vliet 寫é“:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top