黑莓上的 lwuit 异常

发布于 2025-01-01 06:35:27 字数 109 浏览 0 评论 0原文

尝试在黑莓移动设备上运行 lwuit 应用程序时,“midlet 构造函数中抛出未捕获的异常:userclasses.MainMIDlet”。我正在使用 netbeans+lwuit+资源编辑器进行开发。

"uncaught exception thrown in midlet constructor: userclasses.MainMIDlet" while trying to run lwuit application on blackberry mobile device. I am developing with netbeans+lwuit+resource editor.

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

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

发布评论

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

评论(1

新雨望断虹 2025-01-08 06:35:27

我的问题是 .cod 文件。从我在线获得的解决方案中,我必须从生成的主 .cod 文件中提取 .cod 同级文件,并将它们与包含其名称引用的 .jad 复制到设备上的同一文件夹中。在我运行 jad 文件并安装 cod 文件后。并且该应用程序现在运行良好。

My issue was .cod file. from the solutions I got online, I had to extract .cod siblings from the main .cod file generated and copied them with .jad that contains their name reference into thesame folder on the device. after I ran the jad file and it installed cod files. and the application is working fine now.

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