Skip to Main Content

New to Java

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.lang.NoClassDefFoundError: au/com/bytecode/opencsv/CSVWriter

803515Oct 6 2010 — edited Oct 6 2010
Hello!

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!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 3 2010
Added on Oct 6 2010
6 comments
4,698 views