Test the jConnect installation

After jConnect is installed, test the installation by running the Version program.

NoteThe Version program connects to a demonstration database that Sybase has made available on the Internet. You must have Internet access to run the Version program successfully, or explicitly run it with [-U username] [-P password] [-S servername] commands to point it to your database.

From the DOS prompt for Windows, or at a UNIX or Linux prompt, change to the JDBC_HOME directory. Make sure your CLASSPATH variable is set for running the sample programs—see “Setting the CLASSPATH” for details—and enter the following text:

java sample2.SybSample Version

This should bring up a SybSample window. At the top of the window, the Running Sybase Sample text box should display the source code for Version as the program runs. The middle text box—Sample Output—should display version information. For example:

Using JDBC driver version 6.0
jConnect (TM) for JDBC(TM)/6.0...

When you have verified that your installation was successful, click Close to exit the SybSample window.