static bool hasClass(S name) { try { Class.forName(name); true; } catch { ret false; } }