Re: Exception running Jama.test.TestMatrix



Anne Marte Hjemås <amh@dynamica.no> wrote:
> ...
> Testing I/O methods...
> >    print()/read()...success
> Exception in thread "main" java.lang.ClassFormatError:
> Jama/CholeskyDecompositio
> n (Bad magic number)
>         at java.security.AccessController.doPrivileged(Native Method)
>         at java.io.ObjectStreamClass.<init>(ObjectStreamClass.java:331)
>         at
> java.io.ObjectStreamClass.lookupInternal(ObjectStreamClass.java:111)
>         at
> java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:281)
>         at Jama.test.TestMatrix.main(TestMatrix.java:664)
> 
> *************************************************************
> Do you know what is causing this?
> 

Java class files should start with the magic number 0xCAFEBABE.
The file may have been corrupted during donwload. I would try
to recompile this module.

> Also, I was wondering if Jama has been tested on Linux?

Yes. We have tested it under Red Hat 5.2 and 6.0.

--Roldan



Date Index | Thread Index | Problems or questions? Contact list-master@nist.gov