Re: Installing jdbc

2004-03-31 Thread Christian GrĂ¼ndemann
I am investigating using JDBC to access an Oracle database server from a FreeBSD system. The freeBSD system does not have X windows running on it. Is it possible to install jdbc-oracle816 plus what it needs to live and not need X? I am quite sure that you don't need any X-Server for using

Re: Installing jdbc

2004-03-31 Thread Martin McCormick
Many thanks. =?iso-8859-1?Q?Christian_Gr=FCndemann?= writes: I am quite sure that you don't need any X-Server for using jdbc. What you need for JDBC is the Oracle JDBC Driver in your classpath. And of course java.sql.* and all the other classes you need.

Re: Installing jdbc

2004-03-31 Thread Matthew Seaman
On Wed, Mar 31, 2004 at 10:14:34AM -0600, Martin McCormick wrote: I am investigating using JDBC to access an Oracle database server from a FreeBSD system. The freeBSD system does not have X windows running on it. Is it possible to install jdbc-oracle816 plus what it needs to live and