黑莓 - 安装 lwuit 后无法更改主题

发布于 2024-08-14 16:30:52 字数 301 浏览 6 评论 0原文

我在我的 j2me 应用程序中使用了 lwuit 并且它运行良好。

当我将 .jar 文件转换为 .cod 文件并将其安装在 BB 模拟器上时,我遇到了运行时错误 104。

然后我得到了其中包含的黑莓演示和 lwuit.jar 文件,当将其安装在 BB 上时,它运行良好。但在我编辑 theme.res 文件后,应用程序不再打开。

请你帮我 - 如何在使用 lwuit 的 bb 应用程序上应用我的主题?

I've used lwuit in my j2me application and it works well.

When I've converted .jar file to .cod file and install it on BB emulator, I've faced runtime error 104.

Then I got the blackberry demo and lwuit.jar file included with it and when install it on BB it works well. But after I edit the theme.res file application doesn't open any more.

Please can you help me - how to apply my theme on bb app which using lwuit?

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

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

发布评论

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

评论(1

花伊自在美 2024-08-21 16:30:52

BlackBerry 上的第 3 方库错误

谈论 BB 上的错误,请确保您已预先验证 lwuit 库并正确构建项目。
参见
LWUIT - RIM BlackBerry 验证错误
LWUIT - 在 BlackBerry 上构建项目
SO - 处理黑莓开发中的依赖项

另外,出现 104 错误,请检查其原因:

艺术说...
这是提示,对我帮助很大:
要确定导致错误的类和方法,您可以执行以下操作:
打开BlackBerry JDE模拟器
加载应用程序
打开应用程序
应该会出现一个错误屏幕,说明如下内容:
jvm错误104未捕获的运行时异常
从底层菜单中选择(使用箭头键)选项“catfail”
现在选择最右边的点将名为“failure.zip”的文件保存到磁盘
将 failure.zip 中的文件解压到磁盘并打开 .bug 文件
.bug 文件中有三个有趣的值:
VM:VECP
(包裹)
VM:VECC
(班级)
虚拟机:VECMm
(以及导致错误的方法)

BlackBerry主题和LWUIT

而说到主题问题,请看一下:
-事件日志文件

javaloader.exe -u eventlog > eventlog.txt

(或进入主屏幕并键入 ALT-LGLG)
-Eclipse 控制台(在调试模式下运行应用程序)

BlackBerry 下的 LWUIT

也许您下载的演示中存在一些问题,在下面的链接中您可以找到替代方案:
thorsten_s 的 LWUIT Blackberry 实现
BlackBerry 上的 LWUIT 演示使用 Eclipse

3rd party lib error on BlackBerry

Talking about errors on BB, make sure you have preverified lwuit library and properly built project.
See
LWUIT - RIM BlackBerry Verification Errors
LWUIT - Building A Project On The BlackBerry
SO - Handling dependencies in blackberry development

Also, having 104 error, check the reason of it:

Art said...
Here is the tip, which helped me a lot:
To identify the class and method which causes the error, you can do the following :
Open the emulator of the BlackBerry JDE
Load the application
Open the application
An error screen should appear stating something like this :
jvm error 104 uncaught runtime exception
Choose from the underlying menu (using the arrow keys) the option "catfail"
Now choose the right most point to save a file named "failure.zip" to your disk
Extract the files within failure.zip to your disk and open the .bug file
There are three interesting values in the .bug file:
VM:VECPs
(the package)
VM:VECCs
(the class)
VM:VECMm
(and the method which causes the error)

BlackBerry theme and LWUIT

And talking about theme problem, take a look at:
-EventLog file

javaloader.exe -u eventlog > eventlog.txt

(or go Home Screen and type ALT-LGLG)
-Eclipse console (run app in debug mode)

LWUIT under BlackBerry

Maybe there are some issues in a demo you downloaded, in a below links you can find alternatives:
LWUIT Blackberry implementation by thorsten_s
LWUIT Demo on BlackBerry with Eclipse

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