如何在J2ME中查看RMS文件?

发布于 2024-12-14 11:00:05 字数 208 浏览 2 评论 0原文

我有 J2ME 应用程序,其中 RMS 用作数据库。我只是想知道:

  1. j2ME中rms文件的位置在哪里
  2. 我们如何使用任何软件手动读取它并修改它?

我问这个问题是因为我们可以在DDMS中查看Android中的SQLite数据库,并且我们可以在SQLite浏览器中查看和修改它。

I have J2ME app in which RMS is used as a database. I just wanted to know:

  1. where is the Location of rms file in j2ME
  2. 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

哑剧 2024-12-21 11:00:05

请检查以下链接,他们可能会帮助您:

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.

坠似风落 2024-12-21 11:00:05

对于 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 emulator

  • for linux base computer RMS resides in the following folder,
    /root/j2mewtk/2.5.2/appdb/ appropriate type of emulator

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文