如何在J2ME中查看RMS文件?
我有 J2ME 应用程序,其中 RMS 用作数据库。我只是想知道:
- j2ME中rms文件的位置在哪里
- 我们如何使用任何软件手动读取它并修改它?
我问这个问题是因为我们可以在DDMS中查看Android中的SQLite
数据库,并且我们可以在SQLite
浏览器中查看和修改它。
I have J2ME app in which RMS is used as a database. I just wanted to know:
- where is the Location of rms file in j2ME
- How can we read it manually using any software and modify it?
I am asking this question since we can view SQLite
database in Android in DDMS and we view and modify it in SQLite
browser.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请检查以下链接,他们可能会帮助您:
http://www.roseindia.net/j2me/ rms-midlet.shtml
http://www.java2s.com/Code/Java/J2ME/Readandwritetotherecordstore.htm
在android中我们可以使用sqlite浏览器查看我们的应用程序数据库,在J2ME中没有与sqlite等效的东西浏览器。
RMS 中包含的数据只能通过编程方式获取,如上面的链接所示。
Please Check following link they may help you :
http://www.roseindia.net/j2me/rms-midlet.shtml
http://www.java2s.com/Code/Java/J2ME/Readandwritetotherecordstore.htm
In android as we can see our applications database using sqlite browser ,In J2ME ther is nothing equivalent to sqlite browser.
The data contained in RMS can only be fetched programatically as shown in above links.
对于 S40 系列诺基亚手机(例如诺基亚 3500 Classic 型号),您可以在 .Jar 文件所在的位置看到 RMS。
对于 Windows 基础计算机,它将位于
Documents & 中。 settings/j2mewtk/2.5.2/appdb
适用于 Windows 基础计算机的模拟器类型/root/j2mewtk/2.5.2/appdb/
适用于 Linux 基础计算机 RMS 的模拟器类型For the S40 Series Nokia Phone, like model Nokia 3500 Classic, you can see RMS at same place where is your .Jar file available.
for Windows base computer it will be in
Documents & settings/j2mewtk/2.5.2/appdb
appropriate type of emulatorfor linux base computer RMS resides in the following folder,
/root/j2mewtk/2.5.2/appdb/
appropriate type of emulator