Focused on delivering choice, investment protection and flexibility to organizations with valuable COBOL assets
Veryant Knowledge Base
Home > All Categories
> isCOBOL General > How do I resolve the error "java.lang.NoClassDefFoundError" or "java.lang.ClassNotFoundException"?
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
This question has been viewed 6465 times so far.
Click
Here to View all the questions in isCOBOL General
category.
File Attachments
There are no attachment file(s) related to this question.
User Comments
There are no user comments for this question. Be the first to post a comment. Click Here