On Wed, Aug 13, 2008 at 10:55 AM, Kashyap, Raghu
<[EMAIL PROTECTED]> wrote:
> SEVERE: java.lang.UnsupportedClassVersionError: Bad version number in
> .class file

This is normally a mismatch between java compiler and runtime (like
using Java6 to compile and Java5 to try and run).

-Yonik

Reply via email to