Testing the jConnect installation

After jConnect is installed, run the Version program to test the installation.

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.

StepsTesting the installation

  1. From the DOS or UNIX prompt, change to JDBC_HOME.

  2. 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...
    
  3. The output could be one of the following:

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