I have just jumped into the Blackberry development arena...
I am trying one example for storing a persistence data into Blackberry file system.
In that I am using following classes :
import net.rim.device.api.system.PersistentObject;
import net.rim.device.api.system.PersistentStore
From using them I am able to persist the data easily...
But now I need to remove it from the file system to experiment with something...
So, to remove them I am trying following option from Eclipse plugin :
Project -> Blackberry -> clean simulator
But once I open this option, it's sh开发者_StackOverflowowing me as disable and giving me some alert like "Please select clean option".
Thanks in advance....
open the run or debug configuration -->simulator tab-->memory-->check the option reset the file system on startup -->Apply
精彩评论