You are running this application in Tomcat. Where you are specifying the Classpath? Is it in the System classpath or some Tomcat configuration file? If you are specifying it in the System classpath then you need to check the tomcat configuration file whether the CLASSPATH variable in it is defined this way or not CLASSPATH=%CLASSPATH%;other class paths. If not then you need to do it like this as when JVM starts for tomcat it reads the tomcat configuration file.
-----Original Message----- From: Balasubramaniyan K [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 18, 2002 1:17 AM To: [EMAIL PROTECTED] Subject: Re: Question about Microsoft SqlServer Driver for Java Hi Send me the javafile as attachment. Let me look into it and find out the reason why it is not working. Thanks & Regards Balasubramaniyan Krithivasan -----Original Message----- From: A mailing list for discussion about Sun Microsystem's Java Servlet API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Cristian Minchiotti Sent: Wednesday, April 17, 2002 4:00 PM To: [EMAIL PROTECTED] Subject: Re: Question about Microsoft SqlServer Driver for Java I check the classpath and i have the correct configuration (msbase, mssqlserver and msutil.jar ) but not work. Thanks ----- Original Message ----- From: Balasubramaniyan K <mailto:[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Sent: Wednesday, April 17, 2002 4:26 PM Subject: Re: Question about Microsoft SqlServer Driver for Java Hi The correct one is : 1.msbase.jar 2.mssqlserver.jar 3.msutil.jar You won't find util.jar, base.jar and sqlserver.jar in your installed directory :) :) :) If you use 1.msbase.jar 2.mssqlserver.jar 3.msutil.jar in your classpath, your program will surely work. Thanks & Regards Balasubramaniyan Krithivasan Software Engineer -----Original Message----- From: A mailing list for discussion about Sun Microsystem's Java Servlet API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of [Your Full Name] Sent: Wednesday, April 17, 2002 3:01 PM To: [EMAIL PROTECTED] Subject: Re: Question about Microsoft SqlServer Driver for Java yes i'm set the CLASSPATH for mssqlserver, msutil and msbase.jar but the Pdf help of Microsoft say : CLASSPATH=path\lib\util.jar; path\lib\sqlserver.jar; path\lib\base.jar this example use util.jar, sqlserver.jar and base.jar but not use the real files(msutil.jar, msbase.jar, mssqlserver.jar). Whats the correct? Thanks ___________________________________________________________________________ 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