Login  Register

Re: Java Error

Posted by dscho on Jan 31, 2006; 5:18pm
URL: http://imagej.273.s1.nabble.com/Java-Error-tp3703888p3703889.html

Hi,

On Tue, 31 Jan 2006, Claire Brown wrote:

> java.lang.ClassFormatError: Unknown constant tag 13 in class file Jama/Matrix

This typically means that the class was compiled by a newer Java version
than the one you try to run it with (like, Jama.Matrix was compiled with
jdk1.5, but you try to run it with jre1.3).

Hth,
Dscho