Midlet 抛出 javax.microedition.rms.RecordStoreException:在 Samsung 模拟器中打开记录存储文件时出错
我在 Netbeans 6.8 中使用 Samsung SDK 1.2.0 Beta。我正在尝试测试我的 midlet 是否可以访问唱片店管理系统。
当我使用诺基亚 SDK 时,此语句
RecordStore rs = RecordStore.openRecordStore("Store", true);
运行良好,但当我在三星上使用它时,它会抛出 RecordStoreException。
I'm using the Samsung SDK 1.2.0 Beta in Netbeans 6.8. I'm trying to test my midlet for accessing the record store management system.
This statement
RecordStore rs = RecordStore.openRecordStore("Store", true);
runs fine when I'm using the Nokia SDK but it throws a RecordStoreException when I used it on Samsung.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我已经发现出了什么问题。我将 Samsung SDK 安装到带有空格的不同文件夹,而不是将其安装到默认文件夹“C:\Samsung_SDK_120_Beta”或不使用空格的另一个文件夹。
I already discovered what's wrong. I installed Samsung SDK to a different folder with spaces instead of installing it to the default folder which is "C:\Samsung_SDK_120_Beta" or to another folder without using spaces.