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: OT - How to run java concurrent program in APPS env

Re: OT - How to run java concurrent program in APPS env

From: Lyndon Tiu <ltiu_at_alumni.sfu.ca>
Date: Mon, 5 Jul 2004 07:14:34 -0700
Message-Id: <200407050714.35193.ltiu@alumni.sfu.ca>


On July 5, 2004 01:16 am, Prem Khanna J wrote:
> Jared and All, Excuse me for this OT question :|
> the env is oracle 11.5.9 / oracle DB 9.2.0.4 / AIX5.2L
>
> I am trying to run a java concurrent program.
> i.e.,2 java classes (A and B), A.class calling B.class
>

Try:

java -cp B.jar:. A

--
Lyndon Tiu
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request_at_freelists.org
put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Mon Jul 05 2004 - 09:11:56 CDT

Original text of this message

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