| 编程中国 | 业界新闻 | 技术文章 | 视频教程 | 下载频道 | 程序源码 | 个人空间 | 编程论坛
全能ASP/PHP/ASP.NET主机,支持月付专业 MSSQL 数据库空间,支持月付专业 MySQL 数据库空间,支持月付学习型 ASP/PHP/ASP.NET 主机 30元/年
高端软件开发 = 年薪十万不是梦赛孚耐:软件保护加密专家身份认证令牌USB KEY 
共有 550 人关注过本帖
标题:这样子是什么错误
收藏  订阅  推荐  打印 
energylight
Rank: 3Rank: 3
等级:中级会员
帖子:194
积分:2134
注册:2006-6-12
这样子是什么错误

编译的时候可以通过,可运行的时候出现如下这个画面
搜索更多相关主题的帖子: 画面  编译  运行  
2007-12-22 08:43
energylight
Rank: 3Rank: 3
等级:中级会员
帖子:194
积分:2134
注册:2006-6-12

Exception in thread"main"java.lang.NullPointerException
at Notepad2.initEventListener<Notepad2.java:199>
at Notepad2.<init><Notepad2.java:15>
at Notepad2.main<Notepad2.java:224>
Press any key to continue...
2007-12-22 08:46
大葱
Rank: 1
等级:新手上路
帖子:19
积分:298
注册:2007-12-21

空指针错误
Thrown when an application attempts to use null in a case where an object is required. These include:

Calling the instance method of a null object.
Accessing or modifying the field of a null object.
Taking the length of null as if it were an array.
Accessing or modifying the slots of null as if it were an array.
Throwing null as if it were a Throwable value.
2007-12-22 20:35
energylight
Rank: 3Rank: 3
等级:中级会员
帖子:194
积分:2134
注册:2006-6-12

那要怎么避免或改呢?
2007-12-24 20:10
大葱
Rank: 1
等级:新手上路
帖子:19
积分:298
注册:2007-12-21

能用ECLIP调试出最好,也可以检查一下哪里出错,是不是有的变量可能取NULL值,后面引用又用到这个变量,而你没有处理

避免就是要细心喽,呵呵

愚见,见笑.
2007-12-25 16:13
关于我们 | 广告合作 | 编程中国 | 清除Cookies | Archiver | WAP | TOP

编程中国 版权所有,并保留所有权利。鲁ICP备08000592号
Powered by Discuz, Processed in 0.046371 second(s), 9 queries.
Copyright©2004-2008, BCCN.NET, All Rights Reserved