黑莓手机上不能使用肥皂

发布于 2024-12-04 02:24:49 字数 204 浏览 0 评论 0原文

我已将 2.1.2 jar 文件导入到我的库中,但问题是我收到此异常:

org.ksoap2.SoapEnvelope:错误!:缺少堆栈映射:位于 标签:30

我尝试预验证 jar,但是当我打开预验证 exe 时,它​​只打开一毫秒,然后立即关闭。有什么办法解决这个问题吗?

I've imported the 2.1.2 jar file to my library, however the issue is that I get this exception:

org.ksoap2.SoapEnvelope: Error!: Missing stack map in: at
label: 30

I've tried to preverify the jar, but when I open the preverify exe, it just opens for a millisecond and immediately closes. Any way around this?

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

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

发布评论

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

评论(3

失去的东西太少 2024-12-11 02:24:50

BlackBerry Core 开发指南包含一个示例

在命令提示符处,键入:

preverify.exe [-d] output -classpath directory input; directory

The BlackBerry Core Development Guide contains an example.

At the command prompt, type:

preverify.exe [-d] output -classpath directory input; directory
卸妝后依然美 2024-12-11 02:24:50

BlackBerry 设备使用 j2me,因此无法使用标准 java 库。您是否使用 j2me 版本的 ksoap,而不是 j2se 版本?

BlackBerry devices use j2me, so cannot make use of standard java libraries. Are you using the j2me version of ksoap, and not the j2se version?

决绝 2024-12-11 02:24:50

这是一个验证问题,我需要使用 verify.exe 来验证 JAR,然后将其附加到库中。使用命令行访问(更改目录)verify.exe(位于 eclipse 中)所在的文件夹和 go verify.exe -classpath [在此处引用 net_rim jar] [在此处引用您的 jar]

It was a verification issues, I needed to use verify.exe to verify the JAR and then attach that to the library. Use the command line to access (change directory to) the folder where verify.exe (it's in eclipse) is and the go verify.exe -classpath [reference the net_rim jar here] [reference your jar here]

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