未找到 net_rim_cldc

发布于 2024-08-02 18:24:57 字数 192 浏览 1 评论 0原文

我收到错误:在真实设备上调试应用程序时未找到模块 net_rim_cldc。

我使用的是带有 v4.5.0.81 的设备 Pearl 8100 和 带有组件包 4.5 的 eclipse JDE 插件。

我在论坛上读到,如果设备软件和开发IDE之间存在差异,则会出现此错误,但我使用的是相同版本。

我该如何解决这个问题?

I am getting error as : module net_rim_cldc not found while debugging application on real device.

I am using device Pearl 8100 with v4.5.0.81
and
eclipse JDE plugin with component pack 4.5.

I have read on forum that if there is difference between device software and development ide then this error occur, but i am using same versions.

How do I solve this problem?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

多孤肩上扛 2024-08-09 18:24:57

在没有 .debug 文件的设备上进行调试时会发生这种情况。 .debug 文件仅适用于随模拟器一起发布的操作系统版本。要充分利用真实设备上的调试功能,您必须加载与 JDE 和模拟器相同的操作系统版本。

另一方面,如果您在模拟器上正确开发和调试了应用程序,那么操作系统不匹配并不是一个大问题。您仍然可以使用调试器来跟踪大多数问题。

This happens when debugging on a device for which you don't have .debug files. The .debug files are only available for OS versions that are released with simulators. To take full advantage of debugging on a real device, you have to load the same OS version that you have JDE and simulators for.

On the other hand, if you have properly developed and debugged your application on the simulator, having an OS mismatch is not a huge problem. you can still use the debugger to track down most problems.

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