aspose file tools
The moose likes JDBC and the fly likes How to add ojdbc.jar to my classpath? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "How to add ojdbc.jar to my classpath?" Watch "How to add ojdbc.jar to my classpath?" New topic
Author

How to add ojdbc.jar to my classpath?

Kunal Lakhani
Ranch Hand

Joined: Jun 05, 2010
Posts: 609
I have written a simple jdbc application to insert a record in database.

Before compiling, i need to add ojdbc.jar to my classpath.

How to do that?


On doing this, C:\oracle\product\10.2.0\db_1\jdbc\lib\ojdbc14.jar, it shows an error dialgue box stating,
Failed to load Main-Class manifest attribute from C:\oracle\product\10.2.0\db_1\jdbc\lib\ojdbc14.jar


kunal
mallikarjun dontamsetti
Ranch Hand

Joined: Mar 18, 2011
Posts: 231

Place it under "lib" folder in WEB-INF folder (ojdbc14) if there is any other jar files also recompile it
Vijitha Kumara
Bartender

Joined: Mar 24, 2008
Posts: 3670

Kunal Lakhani wrote:Before compiling...

Few things you should mention here.
1. How do you compile, using a build script or just from the direct "javac" command?
2. What kind of application is this, web/desktop etc...?


SCJP 5 | SCWCD 5
[How to ask questions] [Twitter]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How to add ojdbc.jar to my classpath?
 
Similar Threads
java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
Installed Oracle 10g in my Local system and now I am having problem connecting to it
Java to Display Data from Database
java.sql.SQLException: No suitable driver
Connecting to an Oracle DB