The other day I ran into a java.lang.VerifyError message while using the Sonic Excelon API. The problem arose because the dxeclient.jar file has classes that overlap those in xercesImpl.jar. I removed the xerces library from my classpath and the code worked.