Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
外部ミドルトからレコードストアのデータを取得するフォームはありますか?
MIDlet が同じ MIDlet スイートにある (つまり、同じ .jar ファイルにある) 場合にのみ可能で、MIDlet は同じレコード ストアを共有します。
そうでなければ、それは不可能です。
はい、可能です。 の作成中に、RecordStoreその 2 番目の引数をopenRecrdStore()true に設定するとRecordStore、別の独立した Midlet から にアクセスできます。
RecordStore
openRecrdStore()