> Is it any way to access data on a memory card from J2ME application? Any
> third party solution...?
The only standard way is RecordStore - anything else isn't likely to
really be 'J2ME'. You are probably better off searching for something
for your target device model rather than searchin for a J2ME API.

Signature
David N. Welton
- http://www.dedasys.com/davidw/
Linux, Open Source Consulting
- http://www.dedasys.com/
JScoobyCed - 20 Dec 2005 01:32 GMT
>>Is it any way to access data on a memory card from J2ME application? Any
>>third party solution...?
>
> The only standard way is RecordStore - anything else isn't likely to
> really be 'J2ME'. You are probably better off searching for something
> for your target device model rather than searchin for a J2ME API.
The other JSR is the File System API. Only a few model have it. This is
the JSR-75.

Signature
JSC
Here you go:
http://developers.sun.com/techtopics/mobility/apis/ttips/fileconnection/
Quoted:
On a device with memory expansion slots the URL might look like this:
file:///SDCard/users.txt