首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > J2EE开发 >

一个类的加载错误,请大家来分析

2012-08-13 
一个类的加载异常,请大家来分析org.eclipse.debug.core.DebugException: com.sun.jdi.ClassNotLoadedExcep

一个类的加载异常,请大家来分析
org.eclipse.debug.core.DebugException: com.sun.jdi.ClassNotLoadedException: Type has not been loaded occurred while retrieving component type of array.

CustomFormSheetDatas[] cfsd=new CustomFormSheetDatas[10];

为什么CustomFormSheetDatas没有被加载?


[解决办法]
这个问题很变态,可能是Eclipse的问题,也许得查看下它的帮助文档。

热点排行