Re: Error verifying method org/kxml2/io/KXmlParser <init>()V

Stefan Haustein <[email protected]> Fri, 01 Aug 2003 16:39:58 +0200
Newsgroups gmane.comp.java.enhydra.kxml
Message-ID <[email protected]>
Par=F3czi Zsolt wrote:

> I am trying to use kXml, but I always get a runtime error if my code
> reach the instantiation of KXmlParser.
>=20
> Error text:
> Error verifying method org/kxml2/io/KXmlParser <init>()V=20
> Approximate bytecode offset 65: Inconsistent or missing stackmap at tar=
get=20
> ALERT: Error verifying class org/kxml2/io/KXmlParser

The jar file is not preverified because the standalone version of the WTK=
=20
performs the preverification step automatically. This may be different fo=
r the=20
Jbuilder integration. An option may be to use the source distribution ins=
tead,=20
and let jbuilder do the compilation and preverification...?

Best,
Stefan