On Fri, 3 Oct 2014, Alexk2 wrote:
--- exec-maven-plugin:1.2.1:exec (default-cli) @ Framework ---
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/poi/ss/formula/udf/UDFFinder
        at utility.ExcelUtils.setExcelFile(ExcelUtils.java:48)
        at automationFramework.Apache_POI.main(Apache_POI.java:24)

You almost certainly have an older copy of POI on your classpath that's getting in the way, or jars of different versions. See the faq for some code you can use to help track that down, if you can't work it out

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to