String cmd 
  = 
  " 
  cmd /c  c:/ddd/aaa.exe 
  " 
  ;          
Runtime.getRuntime().exec(cmd);