Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re[1]: OT - How to run java concurrent program in APPS env
>>Richard Ji wrote :
>>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.
Thanks Richard.ur mail gave me a hint and
i was able to solve it.i created the jar as:
$jar -cvf oracle/apps/hippy/HappyObject.jar oracle/apps/hippy/HappyObject.class
$jar -tf HappyObject.jar
META-INF/
META-INF/MANIFEST.MF
oracle/apps/hippy/HappyObject.class
and it worked. previously i was doing it as
$jar -cvf ./HappyObject.jar ./HappyObject.class
Ton of thanx Richard.timely help indeed.
if possible,can u send me sample java/jar files that works fine in 11i env ? where should i set the CLASSPATH for these files ? is it in the OS or $APPL_TOP/admin/adovars.env ?
Regards,
Prem.
-- 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 - 21:13:54 CDT
![]() |
![]() |