classes:csci366:loading_libraries
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:
classes/csci366/loading_libraries.txt · Last modified: 2017/03/16 01:47 by localadmin