Results 1 to 7 of 7
- 12-13-2008, 10:23 AM #1
Member
- Join Date
- Sep 2008
- Posts
- 42
- Rep Power
- 0
Help with installing and using ORacle JDBC driver
Hi all,
I have downloaded (I think) the JDBC driver for Oracle from the Oracle website.
it was downloaded as a jar file.
the only thing is, I have no idea how to use it or where to put.
I think I know the command to connect to the database, but at the moment I cant even get that far!
any help on where to put the file and what to do in my script to 'see' the driver would be appreciated.
thanks,
Matt
- 12-13-2008, 12:23 PM #2
You should import it into your project
- 12-13-2008, 10:26 PM #3
Member
- Join Date
- Sep 2008
- Posts
- 42
- Rep Power
- 0
hi serjant,
thanks for the reply, but how?
I have only just started looking at java - having never written any outside of my week long course 3 months ago.
If I have the .jar file from Oracle, how do I import it into my project?
(what I am writing needs to be deployed so that it can be run by any user)
thanks,
Matt
- 12-13-2008, 11:05 PM #4
What do you use?Eclipse?NetBeans?
- 12-13-2008, 11:39 PM #5
Member
- Join Date
- Sep 2008
- Posts
- 42
- Rep Power
- 0
I use net beans..
is it different for different IDE's?
I thought Java would be java no matter what IDE it is developed in.
- 12-14-2008, 06:31 AM #6
So create there a new Java Project,then as i remember,go to properties of the project ,and search where you can add the libraries,jar etc,and add your oracle jar file.
- 12-14-2008, 09:14 AM #7
Member
- Join Date
- Sep 2008
- Posts
- 42
- Rep Power
- 0
Similar Threads
-
java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
By ljustiniano in forum New To JavaReplies: 6Last Post: 02-19-2010, 01:57 PM -
java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
By haneeshrawther in forum Advanced JavaReplies: 0Last Post: 03-21-2008, 01:13 PM -
failure at Class.forName("oracle.jdbc.driver.OracleDriver");
By RonNYC in forum EclipseReplies: 1Last Post: 03-14-2008, 02:51 PM -
Jdbc Driver For Oracle
By Swamipsn in forum New To JavaReplies: 0Last Post: 08-14-2007, 04:31 AM -
Oracle Driver
By softy in forum Advanced JavaReplies: 0Last Post: 06-28-2007, 02:23 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks