Sabi ni Orly noong Wed, 14 Jun 2000 17:02:44 +0800 (PHT)

> Ok, here's the top of my source code:
> 
> [begin code segment]
> 
> import java.sql.*;
> import java.math.*; 
> 
> public class hello {
>         public static void main(String[] args) {
> 
>                 try {
>                         Class.forName ("oracle.jdbc.driver.OracleDriver");
>                 } catch (ClassNotFoundException e) {
>                         System.err.println("Exception: " +
>                               e.getMessage());
>                 }
> 
> [more snipped]
> 
> the error won't go away. I've tried your suggestions but it's still
> there.. thanks for all the help in any case.

Waitaminute, isn't the argument supposed to include the .jar? E.g.,

java orly.hello

replacing orly with the filename of the .jar.

Mabuhay.

-
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

Reply via email to