Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/eclipse/8.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java 使用eclipse的j2me中的这个问题是什么?_Java_Eclipse_Java Me_Eclipseme - Fatal编程技术网

Java 使用eclipse的j2me中的这个问题是什么?

Java 使用eclipse的j2me中的这个问题是什么?,java,eclipse,java-me,eclipseme,Java,Eclipse,Java Me,Eclipseme,我在将j2me与eclipse和eclipseme一起使用时遇到了这个问题:当我开始运行应用程序时,它什么都不做,我得到了这个结果 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 wit

我在将j2me与eclipse和eclipseme一起使用时遇到了这个问题:当我开始运行应用程序时,它什么都不做,我得到了这个结果

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文件中的清单文件。检查它是否标识jar中的Midlet类。接下来检查Midlet类是否实际上是Midlet的子类。

关键部分似乎是:

The MIDlet suite was not found

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

Ah,然后您从eclipse运行它,然后。。。我不确定,但我认为您可以在项目属性中指定MIDlet属性。IIRC,eclipse有某种jad editorAh,然后你从eclipse运行它,然后。。。我不确定,但我认为您可以在项目属性中指定MIDlet属性。IIRC,eclipse有一些jad编辑器