what is the meaning of the error java.lang.NoCla ssDefFound ?
java.lang.NoClassDefFound
Collapse
X
-
NoClassDefFound and ClassNotFound errors are most likely caused at runtime , if the CLASSPATH is not being properly set.Originally posted by mia023what is the meaning of the error java.lang.NoCla ssDefFound ?
It means that the JVM cant find the specified file in the path where its currently executing
Comment