Re: "Can'nt find the driver: jdbc.."

1999-03-30 Thread Match Grun
Here is another way to connect to Oracle. /* Start */ private Connection openConnection() { Connection connection = null; try { // Register the database driver. DriverManager.registerDriver( new oracle.jdbc.driver.OracleDriver() ); // Attempt to open a

Re: JDBC for Oracle?????

1999-03-24 Thread Match Grun
Look for the Oracle Thin-Client driver (classes111.zip) on their website. It is 100% java code. Match At 3/24/99 05:33 PM, Chien-Lung Wu wrote: >Dear firends: >I am a newbie of the JAVA and Oracle. However I have to install the Oracle on >my Linux box. I read some information said that JAVA 1.X

Re: Where is swing.jar? And: Support for CORBA?

1999-03-20 Thread Match Grun
Here is site for general information on Corba, DCOM, DCE for Linux http://linas.org/linux/corba.html I have tried Orbacus with Linux. Available at: http://www.ooc.com Match >Hi Christopher, > >Well, but where is IDL compiler? I saw one at sun's site but it looks >like binary p