java.lang.NoSuchMethodError

hi,I am facing the following execeptionjava.lang.NoSuchMethodError can any give solution......
[115 byte] By [mkva] at [2007-11-27 9:39:16]
# 1
Recompile
kajbja at 2007-7-12 23:14:13 > top of Java-index,Java Essentials,Java Programming...
# 2
Actually rebuild is safer. What it means it that the classes seen on the classpath at compile time are different from those at run time, e.g. a different version of a library, or out of date class files.
malcolmmca at 2007-7-12 23:14:13 > top of Java-index,Java Essentials,Java Programming...