首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > J2ME开发 >

初学有关问题

2012-02-01 
初学问题用eclipse编写,运行时报错:Warning:RunningJAM,Ignoringallotheroptions(but-Xheapsize ,andOTA

初学问题
用eclipse编写,
运行时报错:

Warning:   Running   JAM,   Ignoring   all   other   options   (but   "-Xheapsize ",   and   OTA   flags   if   provided)
Running   with   storage   root   DefaultColorPhone
Running   with   locale:   Chinese_People 's   Republic   of   China.936
The   MIDlet   suite   was   not   found.
Execution   completed.
41557   bytecodes   executed
2   thread   switches
890   classes   in   the   system   (including   system   classes)
335   dynamic   objects   allocated   (19356   bytes)
1   garbage   collections   (0   bytes   collected)

请问是什么问题,怎么解决

[解决办法]
应该是ECLIPSE设置 问题,呵呵,你按这个以下方法试下
Window-> Preferences-> Java-> Debug

去掉Suspend execution on uncaught exceptions的对勾
去掉Suspend execution on compilation errors的对勾
底部Debugger timeout (ms)的数值改成15000
Launch timeout (ms)的数值改成20000

热点排行