这个是我的程序,最后一句invoke那里出错了PINBoxApplet = Class.forName( "PINBoxApplet" );
Method method = PINBoxApplet.getMethod("start", null);
ClassLoaderApplet methobj = new ClassLoaderApplet();
method.invoke(methobj, null);出错信息是
object is not an instance of declaring class我查了一些文档了,可是还是不知道是哪里错了,求高人帮助