Embedded SQL in Java
Steps to your first Embedded Java program:
- Start BlueJ
- Create a new project
- On the "Tools" menu choose "Preferences"
- On the "Libraries" tab click "Add"
- Open "S:\Client\ojdbc8.jar"
- Create the project from the files in StudentJava.zip
- Compile and run the Project
In Eclipse:
- Start Eclipse
- Create a new project
- Right click on the Project Folder
- Choose "Properties"
- Choose "Java Build Path"
- Choose "Libraries"
- Choose "Add External Jars"
- Find the ojdbc8.jar file