这个问题在j2me中与eclipse有什么关系? [英] What is this problem in j2me with eclipse?

查看:152
本文介绍了这个问题在j2me中与eclipse有什么关系?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

 警告:运行JAM,忽略所有其他选项(但-Xheapsize和OTA标志(如果提供))
运行存储根C:\Users\adham\j2mewtk \2.5.2\appdb\MediaControlSkin
运行语言环境:Arabic_Saudi Arabia.1256
在ident_third_party安全域中运行
未找到MIDlet套件。
执行完成。
3390735执行的字节码
24线程切换
系统中的1665个类(包括系统类)
17352分配的动态对象(519548字节)
1个垃圾回收(0个字节收集)


解决方案

关键部分似乎是: p>

 没有找到MIDlet套件

检查jad文件的路径。然后检查Jad中的jar文件的路径(通常它只是jar文件的名称,并且它们在同一个文件夹中)。接下来,检查jar文件中的清单文件。检查它是否识别了您的罐中的Midlet类。接下来检查Midlet类是否实际上是MIDlet的子类。


I have this problem using j2me with eclipse and eclipseme: when I start running the application, it doesn't do anything and I get this result...

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 key part seems to be:

The MIDlet suite was not found

Check the path to the jad file. Then check the path to the jar file within the jad (Normally it's just the name of the jar file, and you have them in the same folder). Next, check the Manifest file in the jar file. Check that it identifies the Midlet class in your jar. Next check that the Midlet class is actually a subclass of MIDlet.

这篇关于这个问题在j2me中与eclipse有什么关系?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆