Right now, the EcAutoUpdate downloads the JAR into memory, then writes the JAR
data to a file. The following change streams the downloaded JAR directly to
the file instead without storing the entire JAR in memory.
Also, used File.separator instead of hard-coded slashes.
Original issue reported on code.google.com by mike.angstadt on 5 Nov 2010 at 10:01
Original issue reported on code.google.com by
mike.angstadt
on 5 Nov 2010 at 10:01Attachments: