Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: JDBC for Oracle on AIX 4.2 ?
In comp.lang.java.advocacy Kim Do-Hyung <dynaxis_at_ivory.kaist.ac.kr> wrote:
: on my RS/6000 AIX 4.2 machine except that I should call
: DriverManager.registerDriver() explicitly.
Oops... The cause of the problem was not Driver.registerDriver() but a feature of JDK 1.1.2 on my AIX machine. Make a Class.newInstance() call or equivalent and will suffice. It seems that until a new instance is created, the static initializer(static { }) for the driver class won't called.
: Hope this helps.
Received on Wed Dec 31 1997 - 00:00:00 CST
![]() |
![]() |