Hi all,
I am using java 8 in my application & which require creating a directory in given location of the file system. But the problem is jvm user( the user who run the java program) don't have permission to create the file & directories in file system. As i think it is obvious to fail the creation of the file & folder without having jvm user permission to create files. Unfortunately it is not allowed to give the permission for jvm user.
So, I am looking for your valuable solution for such scenarios. Alternatively FTP would be an option. Kindly give me & expert opinion on this.
Thanks
Nuwan