Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

source code of Class.forName() and of JDBC driver

843854Feb 9 2004 — edited Feb 10 2004
Hi,

I am interested in looking inside of the native method:

private static native Class forName0(String name, boolean initialize,
ClassLoader loader)

But nowhere for me to find it, any advices? Also, where to find source code for a specific jdbc driver, for instance, "com.sybase.jdbc2.jdbc.SybDriver" ?

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 9 2004
Added on Feb 9 2004
4 comments
252 views