文章列表
今天写了个j2me程序通过eclipse的右键项目的j2me ->create package
之后直接将产生的jar jad拉到手机上就出现了这结果。
后来才想到忘记修改下生成的jad文件 添加midlets
Nokia 的文档Known Issues In The Nokia 6600 MIDP 2.0 Implementation v1.7说:
2.15.1 Garbage collecting
Description
Calling the System.gc() method results in extreme slowness and jamming. In Monty 1.0 VM, garbage
collection is different and every time System.gc is called, the entire memory is really cleare ...