java - j2me 和 eclipse 出现这个问题是什么?

标签 java eclipse java-me eclipseme

我在 eclipse 和 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)

最佳答案

关键部分似乎是:

The MIDlet suite was not found

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

关于java - j2me 和 eclipse 出现这个问题是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6169548/

相关文章:

java - Spring启动状态”:415 ,"error":"Unsupported Media

java - 是否可以围绕 Java 脚本引擎构建调试器?

android - 如何从 Android 中的视频文件路径创建视频缩略图?

java-me - 使 lwuit 应用程序成为非触摸式、简单的步骤?

java - 处理应用程序中两点之间的距离?

java - 底部导航显示在其他 fragment 中

eclipse - 在 Eclipse IDE 中为类的所有方法添加方法断点

java - 如何列出目录中的所有文件 - 部署

java - 运行 j2me 应用程序时出现问题

java - 安装后启动midlet