Thank you Paul, Tony,
Now I'm trying to implement everything on server side and with caching... Now the current sequence is,
I download two jars via jnlp, foo and soo, out of which foo has my applet
my applet launches successfully, now I want to execute my main class inside my soo.jar, Runtime.exec doesn't work inside MyAppLauncher applet.
I always get "Unable to access jarFile soo.jar.... :(
It has loads of arguments so I cannot launch soo.jar as another jnlp main class, I always get an invalid argument exception.
Is there any way I can access soo.jar main class using Runtime.exec inside my jnlp applet class ?