Instantiating a Bean try { MyBean bean = (MyBean)Beans.instantiate( ClassLoader.getSystemClassLoader(), "MyBean"); } catch (ClassNotFoundException e) { } catch (IOException e) { }