Hi,

I just started trying Weblogic type4 JDBC driver and I have some problem in
running the examples from the Weblogic example directory:

The path of the example classes is:
C:\Weblogic\mssqlserver4\examples\jdbc\mssqlserver4\ LargeTableTests.class

My classpath includes:
C:\Weblogic\mssqlserver4\examples\jdbc\mssqlserver4;
C:\Weblogic\mssqlserver4\examples;
C:\Weblogic\mssqlserver4;
C:\Weblogic\mssqlserver4\classes;  (driver classes directory)

I could test the mssql server7 connection with dbping sucessfully as
follows:

$Java utils.dbping mssqlserver4 "user" "password" myhost:port

I can compile LargeTable.java successfully,
But when I run it using:

$java examples.jdbc.mssqlserver4.LargeTableTests

it keeps giving me this exception:

"Exception in thread "main" java.lang.NoClassDefFoundError:
examples/jdbc/mssqlserver4/LargeTableTests


It seems both the example classes and the driver classes are in the class
path,
Can anyone give me a suggestion ???



-----Original Message-----
From:   A mailing list for discussion about Sun Microsystem's Java
Servlet API Technology. [mailto:[EMAIL PROTECTED]] On Behalf Of
Jaganathan Jeyapaul
Sent:   05 October 1999 09:27
To:     [EMAIL PROTECTED]
Subject:        Re: application/web servers

I am using Weblogic 4.5 and pretty happy with that..

> -----Original Message-----
> From: A mailing list for discussion about Sun Microsystem's Java Servlet
> API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of
> Muktavaram, Vikas (FUSA)
> Sent: Monday, October 04, 1999 7:19 AM
> To: [EMAIL PROTECTED]
> Subject: application/web servers
>
>
> I would like to know if you anyone has done any research analysis on the
> different application and web servers that are out in the market in
> particular ATG's Dynamo, and BEA's Weblogic.  Of particular interest to me
> are information on scalability, stability, ejb implementation, content
> management etc. Any recommendations on using one over the other
> are welcome.
>
> Thanks,
>
> Vikas
>
> __________________________________________________________________
> _________
> 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

___________________________________________________________________________
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

Reply via email to