[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: NoSuchMethodError when accessing library class.

PeterJ do-not-reply at jboss.com
Fri Apr 24 13:39:01 EDT 2009


Which class is making this call (if you would have posted the full exception stack trace I would know this...)? Where did it get loaded from?

Both the callee class, and the HSSFCell class, at compile time, agreed on the signature of the setCellValue() method or else the compiler would have complained. Thus one of those classes is now incorrect.

Another possibility is that the JAR file is corrupted. Try using javap or a decompiler to view the signature for the setCellValue method.

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226681#4226681

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4226681



More information about the jboss-user mailing list