Try the forName(String name, boolean initialize, ClassLoader loader) method of Class and set the param initialize to false.
JavaDoc link
Try the forName(String name, boolean initialize, ClassLoader loader) method of Class and set the param initialize to false.
JavaDoc link