使用eclipse在j2me中出现这个问题是什么?

时间:2011-05-29 18:22:36

标签: java eclipse java-me eclipseme

我在使用e2和eclipseme的j2me时遇到了这个问题:当我开始运行应用程序时,它没有做任何事情,我得到了这个结果......

Warning: Running JAM, Ignoring all other options (but "-Xheapsize", and OTA flags if provided)
Running with storage root C:\Users\adham\j2mewtk\2.5.2\appdb\MediaControlSkin
Running with locale: Arabic_Saudi Arabia.1256
Running in the identified_third_party security domain
The MIDlet suite was not found.
Execution completed.
3390735 bytecodes executed
24 thread switches
1665 classes in the system (including system classes)
17352 dynamic objects allocated (519548 bytes)
1 garbage collections (0 bytes collected)

1 个答案:

答案 0 :(得分:1)

关键部分似乎是:

The MIDlet suite was not found

检查jad文件的路径。然后检查jad中jar文件的路径(通常它只是jar文件的名称,你将它们放在同一个文件夹中)。接下来,检查jar文件中的Manifest文件。检查它是否标识了jar中的Midlet类。接下来检查Midlet类实际上是MIDlet的子类。