java.lang.NoClassDefFound

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mia023
    New Member
    • May 2007
    • 89

    #1

    java.lang.NoClassDefFound

    what is the meaning of the error java.lang.NoCla ssDefFound ?
  • snowfall
    New Member
    • Aug 2007
    • 56

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

    Comment

    • vinney143
      New Member
      • Oct 2007
      • 4

      #3
      Originally posted by mia023
      what is the meaning of the error java.lang.NoCla ssDefFound ?
      the problem is with the CLASSPATH. JVM is not finding the class in the specified path.

      Comment

      Working...