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
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