Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> loadjava on Linux - JDBC missing?
I am running Oracle 8.1.5 on Redhat Linux 6.1. As a user on the Iinux box, I tried to load a Java class into the server using the loadjava command line tool. Of course Muffey's Law is getting in the way. The java class is some thing very simple:
public class HelloWorld {
public static void main (String[] args) {
System.out.println("Hwell orld");
}
}
And the error message I got is:
internal error: unanticipated exception: java.lang.NoClassDefFoundError:
oracle/jdbc/driver/OracleDriver
java.lang.NoClassDefFoundError: oracle/jdbc/driver/OracleDriver
at oracle.aurora.server.tools.LoadJava.getConnection(LoadJava.java:526)
at
oracle.aurora.server.tools.LoadJava.fileIsDifferent(LoadJava.java:442)
at
oracle.aurora.server.tools.LoadJava.processLoadAndCreate(LoadJava.java:1105)
at oracle.aurora.server.tools.LoadJava.process(LoadJava.java:1021) at oracle.aurora.server.tools.LoadJavaMain.run(LoadJavaMain.java:193) at oracle.aurora.server.tools.LoadJavaMain.main(LoadJavaMain.java:49)loadjava: 1 errors
It looks to me that there is no JDBC driver installed on the Linux box. But how does one get such things installed on a Linux machine and where can I get it?
Any hints or pointers appreciated.
-- To reply to me directly, please mail to: bmlam at online dot deReceived on Fri Dec 01 2000 - 09:42:40 CST
![]() |
![]() |