Bo, I have classes12.zip containing my oracle driver classes. I have copied and renamed it to classes12.jar and placed both the zip and jar files in every place I could think of with no success. I still get a null pointer when I try to use "con.createStatement()" within a servlet. I'll keep trying, Dave
Bo Xu wrote: > David Bustin wrote: > > > I suggest you check where oracle.jdbc.driver.OracleDriver(.class) is: > if it is in a jar file, you can move the jar file from CLASSPATH to > WEB-INF/lib, from several emails, it is better to "encapsulate :-) " > utility-jar file(s) of a webapp into WEB-INF/lib. > > Bo > Oct.26, 2001 > > ___________________________________________________________________________ > To unsubscribe, send email to [EMAIL PROTECTED] and include in the body > of the message "signoff SERVLET-INTEREST". > > Archives: http://archives.java.sun.com/archives/servlet-interest.html > Resources: http://java.sun.com/products/servlet/external-resources.html > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
