Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

JNLP + OC4J

843802Jan 2 2007 — edited Jan 3 2007
Hi,
I'm having following structure in my OC4j.
\OC4J
-----\J2EE
----------\HOME
----------------\Applicaitons
--------------------------\myapplication (app specific jars are in same dir)
--------------------------\portal
--------------------------\refapp
--------------------------\weblaunch (jnlp file is here)
--------------------------\lib (third party jars)

All third party jars are in \lib directory and all jar related to my application are in \myapplication
I'm trying to lunch application using jnlp.
But jnlp is not able to find jars as they are in one directory above.
Is there any way to solve this problem.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 31 2007
Added on Jan 2 2007
13 comments
182 views