blackberry “Error Starting Module not found” adding external jar to eclipse plugin

江枫思渺然 提交于 2019-12-10 18:50:21

问题


Help

I'm using BlackBerry Java Plug-in for Eclipse Version: 1.3.0

Simulator 9800

I'm trying to run a Midlet that sucessfully runs on j2me emulator(tested).

The project compiles fine, but when I run it in the BB simulator it gives me the error:

"error starting MyApp: Module J4ME not found.

I added a jar file of J4ME as an external jar file. it seems actual j4me jar is not added to the project which is loaded on BB simulator.

Anyway, the major problem is that it cannot run in the simulator.

I found several posts with the same problem, but the solutions they gave are for JDE, not for eclipse plugin,

or

add jar to project with "add file to project" option but that option is missing in my eclipse plug-in.

or

to add jar to other new project and then add this project to main project as dependent project(this option is also missing in eclipse)

plz kindly help me out as am new in this blackberry environmnt.

thanks in advance

来源:https://stackoverflow.com/questions/7469210/blackberry-error-starting-module-not-found-adding-external-jar-to-eclipse-plug

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!