users@jaxb.java.net

Re: upgrade problems

From: Kohsuke Kawaguchi <Kohsuke.Kawaguchi_at_Sun.COM>
Date: Mon, 16 Jun 2003 07:49:29 -0700

Since it's a VerifyError, it looks like your class file is corrupted.
Either your compiler is broken or there's some problems in a class file
(like you ftp-ed your class file with ASCII mode, for example)

Try different compilers if you can. javac, jikes, or kjc. Or check if
your class files are intact.

--
Kohsuke Kawaguchi <kohsuke.kawaguchi_at_sun.com>