Title: How do I resolve the error "java.lang.NoClassDefFoundError" or "java.lang.ClassNotFoundException"?

These errors mean that a java class was not found by the JVM.

It can be returned at startup if the main program name has not been passed correctly in the command line (consider that Java is case-sensitive and the .class extension must be omitted) or if a typo caused Java to treat an option in the command line as if it was the program to launch.

Authored by: Veryant Support on Tue, Dec 2nd, 2014 at 7:00 PM
This question has been viewed 7047 times so far.
Online URL: http://support.veryant.com/support/phpkb/question.php?ID=237

Powered by PHPKB Knowledge Base Software