Guest User

Untitled

a guest
Feb 25th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. import com.install4j.runtime.beans.actions.misc.RunExecutableAction;
  2.  
  3. RunExecutableAction action = new RunExecutableAction();
  4. action.setExecutable(...);
  5. action.setArguments(...);
  6.  
  7. action.execute(context);
Add Comment
Please, Sign In to add comment