How to Remove Files from the Filesystem in blackberry using Eclipse Plugin

Posted by Nirmal on Stack Overflow See other posts from Stack Overflow or by Nirmal
Published on 2010-05-15T11:19:46Z Indexed on 2010/05/15 11:24 UTC
Read the original article Hit count: 369

Hello All...

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 showing me as disable and giving me some alert like "Please select clean option".

Thanks in advance....

© Stack Overflow or respective owner

Related posts about blackberry

Related posts about blackberry-eclipse-plugin