View Single Post
  #3 (permalink)  
Old 01-14-2009, 08:02 PM
poroto20 poroto20 is offline
Member
 
Join Date: Jan 2009
Posts: 34
Rep Power: 0
poroto20 is on a distinguished road
Default
You can do it only with 1 line:

Code:
FileUtils.copyURLToFile(new URL(....), new File(....));
You have to include commons-io.jar from Apache
Reply With Quote