To import the Oracle Driver into a Netbeans or Eclipse project: For Netbeans: Go to the project properties [File > $projectname Properties...] Choose 'Libraries' in the left panel Click 'Add JAR/Folder' Find ojdbc.jar (this is located at /usr/lib/java/ojdbc6.jar in the lab) Click 'OK' The library should now be included when compiling. For Eclipse: Go to the project properties [right-click on the project, choose 'Properties' Choose 'Java Build Path' in the left panel Choose 'Add External JARs' Browse to ojdbc6.jar (/usr/lib/java/ojdbc6.jar in the lab) Click 'OK' The library should now be included when compiling. You can download the libraries here: FIXME *[[http://students.cs.ndsu.nodak.edu/javadownloads/servlet-api.jar|servlet-api.jar]] *[[http://students.cs.ndsu.nodak.edu/javadownloads/ojdbc6.jar|ojdbc6.jar]]