您的位置:首页 > 编程语言 > C语言/C++

对象数组 NullPointerException异常--将图C++ 改为java版

2014-11-20 01:16 423 查看
org.eclipse.debug.core.DebugException: com.sun.jdi.ClassNotLoadedException: Type has not been loaded occurred while retrieving component type of array

调试出现:

NullPointerException,     空指针                设置断点,   查看变量.出现

org.eclipse.debug.core.DebugException: com.sun.jdi.ClassNotLoadedException: Type has not been loaded occurred while retrieving component type of array

解决办法

for(int i=0;i<20;i++)
{
   	   xlist[i]=new VexNode();
}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐