Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / March 2006

Tip: Looking for answers? Try searching our database.

How to parse the jdbc driver name from the jdbc .jar file

Thread view: 
Bruce - 21 Mar 2006 11:35 GMT
Hi,

Is there any safe method which can get the right jdbc driver class name
out? I used to use "driver.class", but there maybe many XXXDriver.class
in a single jar file.

-Bruce
Larry - 22 Mar 2006 21:58 GMT
What database are you trying to access using Java?  SQL Server, DB2,
Oracle, ???
Bruce - 23 Mar 2006 08:58 GMT
In fact, I am trying to implement a general purpose wrapper for various
databases. The design is to put the a jdbc driver into a folder named
"drivers", and my program would register the jdbc driver class right
and provide user a list of current jdbc driver names.
Дмитрий - 23 Mar 2006 12:10 GMT
You can scan jar-file and find all classes which implement
java.sql.DriverManager.
Bjorn Abelli - 25 Mar 2006 13:01 GMT
"???????" <dmrzh@mail.ru> wrote...
> You can scan jar-file and find all classes which implement
> java.sql.DriverManager.

I think you mean those classes that implements java.sql.Driver.

The DriverManager *manages* drivers...

// Bjorn A


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.