Project
-
This page will be updated during the semester with the project description
for the 201 section of CMSC 461.
- Project description in Postscript and in PDF.
- The Oracle 8i JDBC Thin Driver is available here.
Click to download the oracle815.jar driver, and save it as oracle815.jar.
(For Netscape browsers, use the "Save Link As" option by clicking on the right
mouse button to save the driver).
- A sample Java program is available here.
Compile this program using any Java 1.2 or higher compiler.
For example, javac Test.java
Run the class file; for example java Test
You need to set your CLASSPATH environment variable to include the complete pathname
to oracle815.jar.
For example, if the complete pathname to the oracle815.jar file is
/usr/guest/oracle815.jar then you can issue the C-shell command
setenv CLASSPATH .:/usr/guest/oracle815.jar.