- 浏览: 340804 次
- 性别:
- 来自: 安徽
文章分类
最新评论
-
secally:
楼主可以上传个例子吗,谢谢,我咋跑不起来,,eclipse不是 ...
Android自动打包、签名、优化、上传ANT脚本 -
secally:
请问下执行命令是啥,ant release 还是?麻烦指教谢谢 ...
Android自动打包、签名、优化、上传ANT脚本 -
trp1022:
好牛啊
程序员不能不通文史 -
sunny78117:
谢谢,写得好
Android bitmap优化 -
futurebp:
这是什么类型的脚本啊?
Android自动打包、签名、优化、上传ANT脚本
BlackBerry 出现 Module xxx' has verification error 问题解决办法
- 博客分类:
- BlackBerry
如果是MIDLET请看官方的解释:
我使用的不是MIDLET同样出现了问题,
http://supportforums.blackberry.com/t5/Java-Development/verification-error-1756/td-p/125387
那么引起verification error的原因是使用了XXX.class代码,
比如:
EventManager.registerListener(new EventTypeFilter(this, new Class[]{ myEventObject.class }));
上面的代码就不行,虽然RIM API说支持,但依然出现了问题,改写成下面的:
EventManager.registerListener(new EventTypeFilter(this, new Class[]{ new myEventObject().getClass() }));
就可以了。
另外还有其他的的原因,我从CSDN转来的,保存一下吧。
http://blog.csdn.net/wang_shaner/archive/2011/01/17/6145963.aspx
When developing Java applications for the BlackBerry smartphone, you may encounter any of the following verification errors or errors similar to the following: These errors often occur when creating MIDlets. They are inherently hard to debug because the same error message can apply to a number of problems. The following is a list of possible solutions to prevent or correct verification errors: Class1 class1= new Class1(Class2.class.getName()); To work around this issue, do not make the class call within a constructor as shown in the following example: Class1 class1; public class MyOuterClass { There are a few ways you can remove these references, such as creating javac.exe -source 1.3 -target 1.1
一般情况下将引用的jar包从build path里面remove,然后再重新add就可以了。System.out.*
calls. These generally do nothing on the BlackBerry smartphone, but they might cause verification errors.import
statements.public
, private
, or protected
.public
.javax.microedition.rms.RecordStore
class is compiled using BlackBerry® Java® Development Environment (BlackBerry JDE) earlier than version 4.0. This occurs if the application uses either the addRecordListener
or removeRecordListener
methods of the RecordStore
class. To resolve this issue, recompile the application using BlackBerry JDE 4.0 or later.
String className = Class2.class.getName();
Class1 = new Class1(className);
static int var;
class MyInnerClass {
public void doSomething() {
var = 7;
}
}
}get/set
methods for var
in the outer class or modifying the logic to pull MyInnerClass
out of MyOuterClass
.javac
command, and then runs preverify.exe file and then RAPC. Add the following command line arguments to javac
to help avoid issues in earlier versions of the RAPC:
发表评论
-
Linux Server 处理BlackBerry签名问题
2011-07-06 20:34 1288BlackBerry需要图形界面才能够进行,一般Li ... -
BlackBerry自动编译、签名、发布Ant脚本
2010-07-23 12:28 1433版权所有,欢迎转载,转载请注明 : SinFrancis h ... -
BlackBerry 打开其他应用程序
2010-05-26 16:30 1248一般情况下在BB上要在当前程序打开其他的应用程序,需要使用 n ... -
BlackBerry Eclipse plugin 1.1 下载地址及安装
2010-05-25 11:13 1185RIM发布了最新的开发环境BB for Eclipse 1.1 ... -
BB创建透明的Bitmap
2010-02-20 20:12 1780版权所有,欢迎转载,转载请注明 : SinFrancis ... -
定制BlackBerry上面的Slider Bar (原创)
2010-01-26 17:32 1263版权所有,欢迎转载,转载请注明 : SinFrancis h ... -
定制含有CheckBox的ListField (BlackBerry)
2010-01-20 22:29 1510版权所有,欢迎转载,转载请注明 : SinFrancis h ... -
BlackBerry中的I18N ( 国际化)
2009-12-11 14:36 1487版权所有,转载请注 ... -
汉化你的BB 模拟器
2009-12-11 14:04 1530版权所有,转载请注明来自: http://mdev.cc Si ... -
BlackBerry按键捕捉分析
2009-12-09 17:12 1445版权所有,转载请注明来自 : http://mdev.cc S ... -
BlackBerry定制自己喜爱的List Field
2009-11-02 10:43 1255BB上面提供可继承的ListField类,我们可以直接继承此类 ... -
Remove all default menu in bb
2009-10-10 13:36 745see this page :http://www.black ... -
让你的Popubscreen显示菜单
2009-10-10 13:35 1060以下内容Sinfrancis版权所有,专注请注明来自 htt ... -
将Bitmap转换成为PNG图片数组
2009-10-10 13:33 4485import java.io.ByteArrayOutputS ... -
BlackBerry 设置view的背景透明
2009-10-10 13:32 1147以下内容Sinfrancis版权所有,专注请注明来自 h ... -
Bitmap转换成为byte数组
2009-10-10 13:32 4428以下内容Sinfrancis版权所有,专注请注明来自 htt ... -
BB横竖屏判断
2009-10-10 13:31 965以下内容Sinfrancis版权所有,专注请注明来自 htt ...
相关推荐
Jenkins Host key verification failed问题解决 ...通过以上解决方法,我们可以成功地解决 Jenkins Host key verification failed 问题,从而确保 Jenkins 可以正常地连接到远程服务器,并执行相应的任务。
Verification Required(解决方案).md
Certificate Verification Failed(解决方案).md
Certificate verification failed(解决方案).md
jenkins发版报错Host key verification failed. jenkins发版报错Host key verification failed. jenkins发版报错Host key verification failed. jenkins发版报错Host key verification failed. jenkins发版报错Host ...
解决方法是升级到 9204 版本后问题解决了。 2. 解决 PRKR-1023 问题 解决方法是在两个节点都做 $ ln -sf /etc/srvConfig.loc /oracle/srvm/config/srvConfig.loc。 3. 解决 PRKR-1064 问题 解决方法是在两个节点...
在给定的标题"页面最效果Verification.html"中,我们可以理解这是一个关于网页更新的项目,重点是验证(Verification)页面的新效果。描述指出,新页面名为"Verification.html",在页面头部增加了一个链接入口,并且...
总的来说,“Towards the Verification of Pervasive Systems”这篇论文深入探讨了普及系统的形式化验证问题,并提出了一些实用的方法和技术。通过这些方法的应用,研究人员和工程师可以更加高效地解决普及系统设计...
解决方法包括清理内存插槽,更换内存条,或者更新BIOS以解决兼容性问题。 6. 错误提示:“CPU Fan Error” 这意味着CPU风扇运行异常,可能导致过热。检查风扇连接,清理灰尘,或者更换散热膏和风扇以保持良好的...
Hardware Design Verification Simulation
- UVM(Universal Verification Methodology):UVM是一种基于SystemVerilog的行业标准验证方法学,提供了用于构建可重用、可扩展和可配置的验证环境的组件和类库。 - OVM(Open Verification Methodology):OVM...
然而,并发程序的设计和实现异常复杂,容易出现诸如死锁、活锁、竞态条件等难以预测的问题。因此,确保并发程序的正确性和可靠性显得尤为重要。并发程序验证的目标是通过数学或形式化的方法证明程序的行为符合预期的...
### SystemVerilog for Verification 第二版 #### 一、书籍概览 本书《SystemVerilog for Verification》第二版由Chris Spear编写,旨在为读者提供一套全面的指导,帮助他们掌握SystemVerilog在验证领域的应用。...
- **综合性的解决方案**:结合运行时监控与预测分析,提供了全面的软件验证方法。 - **灵活性与扩展性**:支持多种逻辑形式主义,便于定制和扩展监测需求。 - **强大的预测分析能力**:不仅可以监测实际发生的情况,...
《电子设计自动化——综合、验证与测试》是一本深入探讨电子设计自动化领域的经典著作,...通过阅读这本书,读者不仅可以深化理论理解,还能获得解决实际设计问题的技能,为今后的学术研究或职业生涯打下坚实的基础。
实现:6位随机字符串,包括数字、大小写字母,颜色随机;随机干扰线条和小圆点;...判断验证码输入是否正确;区分字母大小写(感兴趣的可以加上不区分的功能)。可以加公众号【几行简码】(ID:few_codes)免费下载。