After jConnect is installed, run the Version program to test the installation.
The 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 or UNIX prompt, change to JDBC_HOME.
Verify that CLASSPATH is set for running the sample programs (see “Setting CLASSPATH” for details) and enter the following text:
java sample2.SybSample Version
A SybSample window appears. At the top of the window, the Running Sybase Sample text box displays 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 7.0 jConnect (TM) for JDBC(TM)/7.0...
The output could be one of the following:
If the previous message appears in the Sample Output text box, you have successfully installed jConnect.
If you get the previous message but the source code for Version does not appear in the Running Sybase Sample text box, and the Status text box at the bottom of the window shows the following message, it means that you have successfully installed jConnect but probably did not enter the command to run the Version program from the sample2 directory under JDBC_HOME:
java.io.FileNotFoundException: Version.java
If the SybSample window does not appear and you get the following error message, check CLASSPATH to verify that it is set correctly:
Can’t find class sample2.SybSample
If the SybSample window does not come up, and you get one of the following error messages, make sure that your path includes the bin subdirectory of your JDK home directory:
“Name specified is not recognized as an internal or external command”
“Bad command or file name”
When you have verified that your installation is successful, click Close to exit the SybSample window.