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: Re[1]: OT - How to run java concurrent program in APPS env

RE: Re[1]: OT - How to run java concurrent program in APPS env

From: Richard Ji <Richard.Ji_at_ztango.com>
Date: Tue, 6 Jul 2004 10:55:14 -0400
Message-ID: <E1732F21A9B99440B2117A3BEC76B91D0141BA@ztangousexch.ad.ztango.com>


You are welcome. Unfortunately I don't have any samples to share because I am not on an 11i environment. Best regards

Richard Ji

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

From:	Prem Khanna J [mailto:premj_at_rediffmail.com]
Sent:	Mon 7/5/2004 10:16 PM
To:	oracle-l_at_freelists.org
Cc:	Richard Ji
Subject:	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.



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
-----------------------------------------------------------------




-- Binary/unsupported file stripped by Ecartis --
-- Type: application/ms-tnef
-- File: winmail.dat


----------------------------------------------------------------
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 Tue Jul 06 2004 - 09:52:12 CDT

Original text of this message

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