Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Write file to network drive

losintikfosJun 11 2009 — edited Jul 7 2009
Hi Experts,

I am trying to write a file to a network location using the code below;


Unfurtunately i get the exception;

java.io.FileNotFoundException: \\serv-b01\files est.csv (The network path was not found)
at java.io.FileOutputStream.open(Native Method)

Do anyone know what exactly is the issue here?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 4 2009
Added on Jun 11 2009
8 comments
1,320 views