ok, so I went outside eclipseME. In my project directory, in the deployed
folder, is a jar file, with a manifest file pointing to my midlet, with no
class file in there. So I manually added the class file to the jar file,
changed the jar filesize in the jad file, and tried executing it with the
emulator. It pops up, and shows the Launch menu, and I select the midlet,
and click "launch", it stays blank for about a second, then crashes with the
following output:
Error verifying method AngleApp <init>()V
Approximate bytecode offset 282: Inconsistent or missing stackmap at target
ALERT: java/lang/VerifyError: AngleApp.
Method............: f7d368d0 'com/sun/midp/midlet/MIDletState.createMIDlet
(static)'
Stack Chunk.......: f78b27ec
Frame Pointer.....: f78b2844
Current IP........: f7db25a9 = f7db259b + offset 14
Previous Frame....: f78b280c
Previous IP.......: f7dd5c09 (offset 22)
Frame size........: 7 (1 arguments, 6 local variables)
Argument[0].......: f78b2fe8
Local[1]..........: 0
Local[2]..........: f7909a6c
Local[3]..........: f78b5784
Local[4]..........: f7909a80
Local[5]..........: f7d231f0
Local[6]..........: f7909a4c
Operand[1]........: f79299c4

Method............: f7d4d390 'com/sun/midp/midlet/Selector.run (virtual)'
Stack Chunk.......: f78b27ec
Frame Pointer.....: f78b280c
Current IP........: f7dd5c09 = f7dd5bf3 + offset 22
Previous Frame....: 0
Previous IP.......: 1
Frame size........: 6 (1 arguments, 5 local variables)
Argument[0].......: f78b315c
Local[1]..........: f78b5860
Local[2]..........: f78b2fe8
Local[3]..........: 0
Local[4]..........: 0
Local[5]..........: 0
Operand[1]........: f78b5860

VM status:
Instruction pointer.: f7db25a9 (offset within invoking method: 14)
Next instruction....: 0x4c
Frame pointer.......: f78b2844
Local pointer.......: f78b2828
Stack size..........: 128; sp: f78b285c; ranges: f78b27f4-f78b29f4;
Contents of the current stack frame:
   f78b2828: f78b2fe8 (lp)
   f78b282c: 0
   f78b2830: f7909a6c
   f78b2834: f78b5784
   f78b2838: f7909a80
   f78b283c: f7d231f0
   f78b2840: f7909a4c
   f78b2844: f78b280c (fp)
   f78b2848: f7dd5c09
   f78b284c: f78b2824
   f78b2850: f7d368d0
   f78b2854: f78b27ec
   f78b2858: 0 (end of frame)
   f78b285c: f79299c4 (sp)
Execution stack contains 108 items:
f78b315c
f78b5860
f78b2fe8
0
0
0
0
1
f7909a50
f7d4d390
f78b27ec
0
f78b5860
f78b2fe8
0
f7909a6c
f78b5784
f7909a80
f7d231f0
f7909a4c
f78b280c
f7dd5c09
f78b2824
f7d368d0
f78b27ec
0
f79299c4

Execution completed.
889077 bytecodes executed
9 thread switches
745 classes in the system (including system classes)
4785 dynamic objects allocated (142868 bytes)
3 garbage collections (117696 bytes collected)
Execution completed.
889077 bytecodes executed
9 thread switches
745 classes in the system (including system classes)
4785 dynamic objects allocated (142868 bytes)
3 garbage collections (117696 bytes collected)

What.... am I doing wrong?
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Eclipseme-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/eclipseme-users

Reply via email to