模拟器退出
模拟器启动后
出现这个错误
Warning: Running JAM, Ignoring all other options (but "-Xheapsize ", and OTA flags if provided)
正在通过存储根 DefaultGrayPhone 来运行
The JAD URL is not valid
Execution completed.
6568 bytecodes executed
0 thread switches
738 classes in the system (including system classes)
225 dynamic objects allocated (12576 bytes)
1 garbage collections (0 bytes collected)
开发环境是Eclipseme+WTK
------解决方案--------------------缺少MIDlet-Jar-URL属性
------解决方案--------------------你在run-> run..选项里,选好了包后,在下面的Excutable里,选Midlet(以前选的是JAD URL:)输入你的主类名,就可以运行了!
------解决方案--------------------LZ说的是在Jbuilder里面的设置.
应该是这个问题.不过不是在run里面,是你更改模拟器的那个界面.有一个run的菜单,点击就看见了/
------解决方案--------------------配置MIDlet类所在的文件为启动文件,记得把包名加上!