|
Chris, > No one answered this question the last time I asked, so I > thought I'd ask > again. I am getting an error when trying to run a java > servlet. It's telling > me that the registerDriver method isn't in the DriverManager > class, however, > when I look at the javadocs it shows registerDriver as a > method within the > class. Looks like your Javadocs are out of sync (newer) with the .jar file(s) (older) - I had a similar issue where I was using the JDK1.4.1 Javadocs but forgot to switch the project to *use* JDK1.4.1 from JDK1.3.1_03, took me a while to figure out :0) Does the jar file this class is in have a version file (or version info in the MANIFEST.MF file) that you can use to determine the version to correlate against the Javadocs ? --phil
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.