Hi all,
I am having some issues with my Java program opening a .wmv file remotely (or locally for that matter). I am not having problems with any other sort of file.
Anyway, when the program gets to the point where my Desktop object tries to open the file, I am getting an IOException saying that access is denied to the file. I know that the user has access to the file.
I posted this problem on a Java Forums and they said that it had something to do with the native Windows code, and was not an actual Java issue.
Thanks ahead of the time for the help.
I am having some issues with my Java program opening a .wmv file remotely (or locally for that matter). I am not having problems with any other sort of file.
Anyway, when the program gets to the point where my Desktop object tries to open the file, I am getting an IOException saying that access is denied to the file. I know that the user has access to the file.
I posted this problem on a Java Forums and they said that it had something to do with the native Windows code, and was not an actual Java issue.
Thanks ahead of the time for the help.