Viewing the Source of the Java Video Store Application
The Java source files for the Pervasive video store sample application are contained in a Java Archive file. You can extract these files to get a working example of the Pervasive 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 Pervasive PSQL files, see Where are the Pervasive PSQL files installed? in Getting Started With Pervasive PSQL.
For more information on Java Archive files, see http://java.sun.com/docs/books/tutorial/index.html.