构建 BB webworks 应用程序时出错
我正在尝试在 blackberry webworks 应用程序中使用 javascript 扩展。我在 ext 文件夹中有 jar 文件。但是每当我尝试构建应用程序时,就会弹出错误:
“缺少堆栈映射:标签处的 getField”。
在搜索网站后,它被写在某个地方搪塞过程给出错误:
“JAR 文件创建失败,错误 -1”。
有人可以帮助解决所述问题吗???
I am trying to use the javascript extension in a blackberry webworks application.I hav the jar file in the ext folder.But whenever i m trying to build the application the error pops up saying :
'Missing stack map in: getField at label'.
After searching through sites, it was written somewhere to prevarication process gives error :
'JAR file creation failed with error -1'.
Can someone help with the problem stated???
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最后我让示例警报正常工作...我将所有 java 文件和library.xml 保存在同一个文件夹中..:)
finally i got that sample alert working...i was keeping all the java files and the library.xml in the same folder..:)