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
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 envJared 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.
![]() |
![]() |