Data in J2ME RecordStore does not persist across sessions

前端 未结 7 576
渐次进展
渐次进展 2021-01-06 21:50

I\'m building a mobile app with J2ME, and I\'ve found that the data I write into a RecordStore can be accessed while the program is still running but it is lost after quitti

7条回答
  •  离开以前
    2021-01-06 22:31

    to fix the storage problem you need to check the option "Storage size" in the netbeans platform manager. Go in project properties; go in platform; manage emulators; select the sun java wireless toolkit; go in Tools and Extensions; open preferences; storage; storage size option... set a size.

    this works for me

提交回复
热议问题