I have a java project written with eclipse and when I tried to run a class file using windows command prompt, I had the following error:
Exception in thread "main" java.lang.NoClassDefFoundError: com/csvreader/CsvWriter
The code is running well on eclipse but not on command prompt. Do anyone know why? Thanks in advance!
I have checked that the builtime classpath and the runtime classpath is the same.