There are different tools but the jar executable can do it for you

jar -tvf mysql-connector-java-3.0.8-stable-bin.jar

If it scrolls off the screen you can send it to a file:
jar -tvf mysql-connector-java-3.0.8-stable-bin.jar > toc.txt

----- Original Message ----- 
From: "Joe Williams" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 07, 2003 12:14 PM
Subject: Re: NEWBIE: Cannot connect to MySQL db


> Roger,
>
> Thanks for your prompt reply. The following is an example of where I tend
to
> get lost. Please explain.
>
>
> > Run a table of
> > contents on the mysql-connector-java-3.0.8-stable-bin.jar?  (verifies
the
> > com.mysql.jdbc.Driver or org.gjt.mm.mysql.Driver to be used)
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to