模拟器上运行测试了随open c插件包发布的一些RGA例子后想看看真机效果,本以为只要安装RGA.sis内的dll就可以了,后来发现mmp里还引用了一些基础的东西,如libc等,于是补上了pips_nokia_1_3_SS.sis内的dll,运行正常!
7 月 2008
nS60_jme_sdk_3rd_e_FP1与EclipseME配合不能调试midlet的问题
运行时,提示类似这样的错误:Jar file could not be initialized
And, an exception: java.util.zip.ZipException: invalid entry compressed size (expected 552 but got 555 bytes)…
解决办法(来自forum nokia):
Go to the properties page of your project, “J2ME”, “Manage Devices”, edit all or your favourite “Emulator” entries and remove the ‘[%classpath%|-classpath “%classpath%”]’ entry from the Launch Command Table.