How to deploy a J2ME app in actual device that uses RMS?
Hi,
Apologies if the post is in the wrong place.
I have a MIDlet suite that uses RMS. The application would use certain data that comes from those .db files. The cliche is that the data should pre-exist in a .db file (I enter the data in the .db file through a separate MIDlet and close the RecordStore) prior to running the application for the first time in the device. Now I cannot understand how should I ship the .db file along with the .jar. Should I bundle it with the jar? And is there any device specific implementations?
Thanks in advance.
Regards,
Kalyan

