This is the mail archive of the kawa@sourceware.cygnus.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: regression test


As a work-around, perhaps you could use java -noverify. 1.2's bytecode
verifier is a little stricter, and generally 1.1 doesn't even bother
to verify 'local' (in classpath) classes.

Cheers,
Luke

Marco Vezzoli <marco.vezzoli@st.com> writes:

> When I load polytype.scm  I get this exception with JDK 1.2 on Solaris
> 2.6
> 
> Exception in thread "main" java.lang.ClassFormatError:
> atInteractiveLevel (Repeative method name/signature)
>         at java.lang.ClassLoader.defineClass0(Native Method)
>         at java.lang.ClassLoader.defineClass(Compiled Code)
>         at gnu.bytecode.ArrayClassLoader.loadClass(Compiled Code)

[...]


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]