Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> re: java compiler error

re: java compiler error

From: Raymond Lee Meng Hong <RAYMOND_at_infopro.com.my>
Date: Thu, 08 Nov 2001 20:12:06 -0800
Message-ID: <F001.003C067A.20011108192019@fatcity.com>

Hei Guru , did you even encounther this error

here is my simple dba.java.
// Dba.java
// SAVE THE FILE WITH THE SAME NAME AS THE PUBLIC CLASS import java.util.*;
public class Dba
{public static void printhello()

{ String prtString ="Hello World ";
System.out.println(prtString);
}
}

I try to type in this command...

C:\JAVA>loadjava -u skstrn/skstrn_at_lms <mailto:skstrn/skstrn_at_lms> -resolve DBA.JAVA
// Dba.java
// SAVE THE FILE WITH THE SAME NAME AS THE PUBLIC CLASS import java.util.*;
public class Dba
{public static void printhello()

{ String prtString ="Hello World ";
System.out.println(prtString);
}
}

Raymond Lee
Infopro Sdn Bhd

"Do not criticize someone until you walked a mile in their shoes, that way when you criticize them, you are a mile a way and have their shoes."

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Raymond Lee Meng Hong
  INET: RAYMOND_at_infopro.com.my

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Thu Nov 08 2001 - 22:12:06 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US