"Getting exception when trying to run a JDBC code"

Hi,I am getting this exception when I try to run the Jdbc code. Can some one sort out what is the problem.Exception in thread "main" java.lang.UnsupportedClassVersionError: TestJdbcGrip(Unsupported major.minor version 49.0)Regards
[290 byte] By [beejuma] at [2007-11-27 8:42:01]
# 1

The JDBC jarfile you have is either too new, or too old (less liekely) for you current Java version. Download a newer Java version and try that. If it doesn't work, then download the newer version of the JDBC driver and try it with both of the Java versions (both because if it works with both, then you can continue using whichever one you like).

masijade.a at 2007-7-12 20:41:14 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...