6061626364656667686970
try { if (className == null || className.trim().length() == 0) System.out.println("Please specify activity class to execute in querystring parameter 'class'"); else new DragomeApplicationLauncher().launch(className); } catch (Exception e) { e.printStackTrace(); throw e;