Write access for downloading file.
Hello,
My Java Applet connects with software I have made which runs on Windows PC's. The problem I am having is with windows vista (have not tested XP yet). My applet downloads a file to a sub directory of C:\Program Files\. In vista this requires Admin rights to write to, so Internet Explorer must be run as an Admin so the applet can right there else I get.
java.io.FileNotFoundException: (Access is denied)
Is there a way to let to get around this sort of problem without having to run as admin?
Thanks,