Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.4K Intelligent Advisor
- 75 Insurance
- 537.6K On-Premises Infrastructure
- 138.7K Analytics Software
- 38.6K Application Development Software
- 6.1K Cloud Platform
- 109.6K Database Software
- 17.6K Enterprise Manager
- 8.8K Hardware
- 71.3K Infrastructure Software
- 105.4K Integration
- 41.6K Security Software
Not able to write to Java Cloud Local File System

_IshanAgarwal
Member Posts: 6 Red Ribbon
Hi,
I am trying to create a file inside the java cloud local directory file system through java using FileOutputStream method via eclipse ide but I am getting the error as "
Note:Users can write only under /customer/scratch
directory."
I am not able to use FileOutputStream method in my java even when the directory on which I am trying to create a file is inside /customer/scratch folder.
Any help on this would be highly appreciated !!
Regards,
Answers
-
On JCS-SX you can't access all local files. You can only access /customer/scratch folder. You should do file writing only in that directory.
Thanks
Sanjeev
This discussion has been closed.