黑莓手机上不能使用肥皂
我已将 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
BlackBerry Core 开发指南包含一个示例。
在命令提示符处,键入:
The BlackBerry Core Development Guide contains an example.
At the command prompt, type:
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?
这是一个验证问题,我需要使用 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]