#Java Programming
how to connect oracle database with eclipse?
How to add Ojdbc6.jar/ojdbc12.jar to eclipse projct?
Oracle database must be installed on your pc.
follow steps
go to oracle installation directory
C:\oraclexe\app\oracle\product\11.2.0\server\jdbc\lib
copy ojdbc6.jar file
open eclipse project
Project--Web content--web-inf--lib paste here ojdbc6.jar file
ojdbc6.jar added in your project