JNLP + OC4J
843802Jan 2 2007 — edited Jan 3 2007Hi,
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.