J2ME Inconsistent or missing stackmap at target
From: Fine (Schmerle_at_epost.de)
Date: 03/31/04
- Next message: Sveta: "Re: J2ME question: ChoiceGroup empty entries"
- Previous message: Herman Timmermans: "Re: html in textarea"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 31 Mar 2004 00:34:33 -0800
Hallo,
ich habe ein midlet mit eclipse erstellt und erhalte folgende Fehlermeldung
Error verifying method Approximate bytecode offset 5
Inconsistent or missing stackmap at target
Probleme macht anscheind die folgende Methode
public void commandAction(Command c, Displayable s) {
if (c== exitCommand)
{
destroyApp(false);
notifyDestroyed();
}
}
Weiß jemand warum?
Danke Fine
- Next message: Sveta: "Re: J2ME question: ChoiceGroup empty entries"
- Previous message: Herman Timmermans: "Re: html in textarea"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]