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

  • From: Lyndon Tiu <ltiu@xxxxxxxxxxxxx>
  • To: oracle-l@xxxxxxxxxxxxx
  • Date: Mon, 5 Jul 2004 07:14:34 -0700

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@xxxxxxxxxxxxx
put 'unsubscribe' in the subject line.
--
Archives are at //www.freelists.org/archives/oracle-l/
FAQ is at //www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------

Other related posts: