Viewing the Source of the Java Video Store Application
The Java source files for the PSQL video store sample application are contained in a Java Archive file. You can extract these files to get a working example of the PSQL Java interface connecting to Btrieve tables.
The following procedure assumes that the JDK is installed and its BIN directory is in the path:
1
cd \psql\sdk\jcl\samples\pvideo
2
jar -xvf source.zip
The source is extracted to the current directory and subdirectories below psql\sdk\jcl\samples\pvideo.
For default locations of PSQL files, see Where are the PSQL files installed? in Getting Started With PSQL.
For more information on Java Archive files, see http://java.sun.com/docs/books/tutorial/index.html.