Create a data file in MIDP

HIHow can I create a data file in MIDPTHANKS
[65 byte] By [theotimea] at [2007-11-27 4:10:18]
# 1

With basic MIDP devices you can't create a 'file', you have to use the RMS ( Record Management Store ) which allows you to use the memory of the device. MIDP devices may not have a filesystem so you can't work with them like you would on a PC.

With higher-end devices like those that use cards etc, you will get some sort of filesystem that will be similar to what you might be used to. Depends on the device.

nogoodatcodinga at 2007-7-12 9:15:49 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2

Thanks.

Let me explain clearly my problem so u can advise me what to do.

In fact, I have a text file of many words and I would like to create a dictionary file of those words and be able to load that dictionary so that I can read it.

Can you help how I can do that in MIDP. I am using Wireless Toolkit 2.5.

I need hint so I can do that.

Thanks

theotimea at 2007-7-12 9:15:49 > top of Java-index,Java Mobility Forums,Java ME Technologies...