Sunday, January 30, 2011

Resolving the “Unsupported major.minor version 49.0″ Error

Eclipse displaying error message while running TestNG class.

Unsupported major.minor version 49.0
1. First check the java -vesrion
2. Change the JAVA_HOME to latest java
3. Also change the PATH variable corresponding to minor version of major JRE version.
4. close eclipse and open again run the testNG program, now the problem resolved.
blog comments powered by Disqus