thorpedosg

aVmn1TD5

Aug 6th, 2018
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. AIR native process installation before execute
  2. var startupInfo:NativeProcessStartupInfo = new NativeProcessStartupInfo();
  3. startupInfo.executable = myJarFile;
  4. startupInfo.arguments = vectorWithArguments;
  5.  
  6. optipng test.png
Add Comment
Please, Sign In to add comment