java.lang.NoClassDefFoundError - help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • teenIce
    New Member
    • Aug 2007
    • 36

    java.lang.NoClassDefFoundError - help

    Hi,

    I try to run my applet and found this error :
    Code:
     java.lang.NoClassDefFoundError: check/myapps/mypack/SumError
    Is this because I defined the classpath wrong?Please help me...

    Thanks in advance.
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by teenIce
    Hi,

    I try to run my applet and found this error :
    Code:
     java.lang.NoClassDefFoundError: check/myapps/mypack/SumError
    Is this because I defined the classpath wrong?Please help me...

    Thanks in advance.
    What happens if you replace those slashes by dots?

    kind regards,

    Jos

    Comment

    • teenIce
      New Member
      • Aug 2007
      • 36

      #3
      Thanks Jos..I know what is wrong.I had a reference to external jar and once i put the jar name in archive at my applet it runs well... :)

      Comment

      Working...