Re: running dcraw plugin
Posted by dscho on Apr 15, 2006; 12:20pm
URL: http://imagej.273.s1.nabble.com/running-dcraw-plugin-tp3703013p3703018.html
Hi,
On Sat, 15 Apr 2006, Thu Tran wrote:
> java.lang.UnsupportedClassVersionError:
> net/sf/ij_plugins/dcraw/DCRawPlugin (Unsupported major.minor version 49.0)
An UnsupportedClassVersionError means that the class was compiled with a
newer JDK than the current one.
Two possible solutions:
- recompile with your JDK, or
- upgrade your JDK.
(The first is faster, while the latter is easier).
Hth,
Dscho