java.lang.NoClassDefFoundError: au/com/bytecode/opencsv/CSVWriter
803515Oct 6 2010 — edited Oct 6 2010Hello!
I have got an exception :
Exception in thread "main" java.lang.NoClassDefFoundError: au/com/bytecode/opencsv/CSVWritersv/CSVWriter
on row in my code:
writerExcel = new CSVWriter(new FileWriter(logFileExcel), ',');
What is missing in my project?
Thanks!