一个类的加载异常,请大家来分析
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的问题,也许得查看下它的帮助文档。