Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How to install Oracle JDBC driver in Unix?
davide_at_yahoo.com wrote in message news:<afbmt7$cvtb8$1_at_ID-18487.news.dfncis.de>...
> In comp.lang.java.databases Ramon F Herrera <ramon_at_conexus.net> wrote:
> > Can anyone give me some pointers on this?
>
> Put the classes12.zip in the $JAVA_HOME/jre/lib/ext dir and rename
> it classes12.jar, give read grants to everyone (r--r--r--).
> That's it. You don't have to fiddle anymore with the classpath,
> since everything in the $JAVA_HOME/jre/lib/ext is added automatically
> to the classpath.
>
> Davide
Thanks for your answer, Davide. My guess was $JAVA_HOME/lib but now I see that jre/lib/ext makes much more sense.
Anyway, I'd like to add that under Java 1.4 the Oracle JDBC Driver archive is now called ojdbc14_g.jar.
Grazie,
-Ramon Received on Wed Jun 26 2002 - 06:05:59 CDT
![]() |
![]() |