java.io.FileNotFoundException when using au.com.bytecode.opencsv.CSVReader
807603Dec 18 2007 — edited Dec 18 2007when
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