I have this code
import org.apache.commons.io.FileUtils; try { FileUtils.copyURLToFile(new URL(SHA1_LINK), new File(\"SHA1.txt\")); if(!
If it's being used by another process, I'm guessing some other program has that text file open. Try closing the other program.