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!

java.io.FileNotFoundException when using au.com.bytecode.opencsv.CSVReader

807603Dec 18 2007 — edited Dec 18 2007
when
au.com.bytecode.opencsv.CSVReader reader = new au.com.bytecode.opencsv.CSVReader(new FileReader(stFilePath));
is used to read a .csv file, i am getting java.io.FileNotFoundException. The filepath is printed properly and file is there in the path. This occurs in Weblogic 8.1 SP4 in AIX server. Please help me out..

Thanks in advance,
Vikram
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 15 2008
Added on Dec 18 2007
2 comments
424 views