-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
> I am writing a servlet that uses jdbc to connent to a sql server and return
> data (simple). I can get it to work using the jdbc:odbc bridge
> but I cannot get it to work using my jdbcKona driver. It compiles ok but
> can't find the driver at run-time. Is there something I need to add
> to the repository line in zone.properties? Like all third-party classes need
> to be preloaded...
On Unix, set the LD_LIBRARY_PATH to your dynamic (ie: .so) files correctly.
On NT, set the java.library.path System property variable to the .dll files
correctly.
-jon
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]