Home | History | Annotate | Download | only in rt

Lines Matching refs:appClass

454                 final Class appClass;
458 appClass = Class.forName (m_appClassName, INIT_AT_LOAD_TIME, appLoader);
478 final ClassLoader actualLoader = appClass.getClassLoader ();
493 appMain = appClass.getMethod ("main", MAIN_TYPE); // Sun JVMs do not seem to require the method to be declared