Accessing Record Store from another MIDlet.
Hi there everyone,
I'm a first time poster, so I'd like to say a big hello to everybody out there!
My question concerns a record store I've created. Here's what I've done so far. Firstly, I created a MIDlet suite with a record store in it. I followed the instructions to make this record store accessible to other MIDlets, specifically noting the AUTHMODE_ANY part. Next I created ANOTHER separate MIDlet suite. Again, I followed the instructions to allow this MIDlet to open the record store from my original MIDlet suite. However, everytime I run this MIDlet (the one that accesses the record store in my original MIDlet suite), I always get the following message:
Msg: javax.microedition.rms.RecordStoreNotFoundException: cannot find record store file
From everything I've read online, I've followed each and every instruction, yet still constantly get this error. I am using the J2ME Wireless Toolkit 2.2. Has anyone else had this problem? If so, I'd be really grateful for any advice anyone could offer me.
Thanks again,
Alex.

