eclipse3.1.1+eclipseme 1.0.0下的问题(1)** Error installing suite (39): The JAD matches a version of a suite already installed.
今天在eclipse里调试程序时运行报错:
Warning: Running JAM, Ignoring all other options (but "-Xheapsize", and OTA flags if provided)
Running with storage root DefaultColorPhone
** Error installing suite (39): The JAD matches a version of a suite already installed.
Execution completed.
407807 bytecodes executed
13 thread switches
738 classes in the system (including system classes)
2510 dynamic objects allocated (85588 bytes)
1 garbage collections (0 bytes collected)
在网上google了一下,一些站点给出了下列解决方法:
Go to your WTK directory, appdb directory. Go to your device folder (for example, C:\WTK22\appdb\DefaultColorPhone) and delete the #Midlet* files and the suite.utf.
试了一下还是没有解决,盖因我并没有调试失败过,所以suite.utf里是没有记录的,随后自己试了下在run--》midlet-》executable里将over the air改为midle:hello,随后调试通过。^_^b,原因可能是指定的入口文件名未确认,所以模拟器找不到吧,汗一下。
Trackback: http://tb.blog.csdn.net/TrackBack.aspx?PostId=565474