public static Class<?> loadClass(Class<?> fromClass, String fullQualifiedName)
Loads a class with the given fullQualifiedName.
This method tries first to load from the specified fromClass, if not found it will try to load from using TCCL.
fromClass - fullQualifiedName - Copyright © 2013 JBoss Inc.. All Rights Reserved.