Embedded SQL in Java

Steps to your first Embedded Java program:

  1. Start BlueJ
  2. Create a new project
  3. On the "Tools" menu choose "Preferences"
  4. On the "Libraries" tab click "Add"
  5. Open "S:\Client\ojdbc8.jar"
  6. Create the project from the files in StudentJava.zip
  7. Compile and run the Project

In Eclipse:

  1. Start Eclipse
  2. Create a new project
  3. Right click on the Project Folder
  4. Choose "Properties"
  5. Choose "Java Build Path"
  6. Choose "Libraries"
  7. Choose "Add External Jars"
  8. Find the ojdbc8.jar file