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:\Oracle10g\Client\jdbc\lib\classes12.jar"
- Create a new class called "Hotel"
- Replace the contents of the file with Hotel.java
- Compile and run the Project