Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: OT - How to run java concurrent program in APPS env
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