Hi,
I'm trying to create a small application that will copy some .jar files into the latest jre.
Is there anyway of finding out which is this path? I've looking at the File class and I've found several methods that will create an empty file, but I didn't find anything that would help me copying a file into a given path.
Am I missing any important class?
Thanks