Srinivas, Do you have more than one Java SDK loaded on your machine? It appears that your tomcat is configured so that it is seeing the JSDK 1.1.X jar files that contain the JDBC 1.2 class files. If that is the case, then try moving or removing the 1.1.x sdk. Make sure your JAVA_HOME is pointing to the correct JDK.
Regards, Richard At 08:58 PM 11/15/2001 -0700, you wrote: >Hi, > >This is code in jsp: > >Here my records are stored in rs: > >ResultSet rs=bean.methodname(); > > rs.afterLast(); > while(rs.previous()) > { > System.out.println("1.."+ rs.getString("ino")); > > } The same code is working java. In jsp I tried using rs.next() then > also its working. but in the case of rs.afterLast() and rs.previous() > its giveing error. Pleae help me. I am using javawebserver2.0 and tomcot 3.3 > >Regards > >Srinivas > > > > > >From: Joe Cheng > >Reply-To: A mailing list about Java Server Pages specification and > reference > >To: [EMAIL PROTECTED] > >Subject: Re: Please help me(ScrollableResultSet) > >Date: Thu, 15 Nov 2001 12:05:05 -0500 > > > >Can you post the line or section of code that is throwing the exception? > > > >=========================================================================== > >To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff > JSP-INTEREST". > >For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST > DIGEST". > >Some relevant FAQs on JSP/Servlets can be found at: > > > > http://archives.java.sun.com/jsp-interest.html > > http://java.sun.com/products/jsp/faq.html > > http://www.esperanto.org.nz/jsp/jspfaq.jsp > > http://www.jguru.com/faq/index.jsp > > http://www.jspinsider.com > > >---------- >Get your FREE download of MSN Explorer at http://explorer.msn.com >=========================================================================== >To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff >JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set >JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: >http://archives.java.sun.com/jsp-interest.html >http://java.sun.com/products/jsp/faq.html >http://www.esperanto.org.nz/jsp/jspfaq.jsp >http://www.jguru.com/faq/index.jsp http://www.jspinsider.com =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com