I Installed Oracle 9i on my meachine which also having j2sdk1.4. I included ojdbc14.jar(c:\oracle\ora92\jdbc\lib\ojdbc14.jar.) in my CLASSPATH variable. I am using oracle thin driver, using the URL "oracle

river:thin:@localhost:1521:Raghu","scott","tiger". The program was compiled. But while running It is throwing an Exception called java.lang.NoClassDefFound:java/sql/Savepoint.
What could be the reason. Please suggest.