Unsupported major.minor version 49.0 This message means that you are trying to run a class compiled with JDK 5.0 on an older JVM (
Java 1.4 or older). That doesn't work.
Compile your source code with the JDK version that matches the JVM version on which you are running the code.