DocExec will create a main class and execute it without arguments. Execution Options : * via `Java Class` (ie parsing and passing the args to a Main Class) ```xml System.out.println("First test"); First test ```