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: Richard Ji <Richard.Ji_at_ztango.com>
Date: Mon, 5 Jul 2004 12:50:52 -0400
Message-ID: <E1732F21A9B99440B2117A3BEC76B91D0141B9@ztangousexch.ad.ztango.com>


Please show the contents of your JAR file. Your B.class may not be stored as oracle/apps/hippy/B.class in the JAR file.

-----Original Message-----

From:	Prem Khanna J [mailto:premj_at_rediffmail.com]
Sent:	Mon 7/5/2004 4:16 AM
To:	oracle-l_at_freelists.org
Cc:	
Subject:	OT - How to run java concurrent program in APPS env
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

if B.class is in the same dir as A.class,it works fine. Whereas if make B.class as B.jar in the same dir,then i get

        "java.lang.NoClassDefFoundError: oracle.apps.hippy.B"

i have included my jar file in CLASSPATH and AF_CLASSPATH env variables.but still i get the above error

How to make it work with JAR file ? Can anyone help me !

Regards,
Prem.



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

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 - 11:48:10 CDT

Original text of this message

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