Using JNLP to load a Java Plugin FrameWork based Applications.

I have a simple application which pull up with different number JPF plugins along with it. I could pull them up easily as normal desktop application but can't with webstart. Is there a possibility please guide me.Thanks
[241 byte] By [Balaji_ACKa] at [2007-11-26 15:58:37]
# 1

> I have a simple application which pull up with different

> number JPF plugins along with it. I could pull them

> up easily as normal desktop application

How does the application find and load the

plug-ins? The process for loading the

plug-ins will probably be adaptable to

use under web start.

AndrewThompson64a at 2007-7-8 22:19:44 > top of Java-index,Desktop,Deploying...
# 2

Actually I use the default Plugin Collector to load from the Application Root/plugins directory. The Webstart scatters the resources i specify in various directories which i couldnt set-it-up correctly in the JPF configuration file.

Also couldnt dictate the JPF to fetch the plugins for my application to load them on the fly instead of writing them in the 'boot.properties' file of JPF. Please guide me...

Balaji_ACKa at 2007-7-8 22:19:44 > top of Java-index,Desktop,Deploying...
# 3

I have no experience with JPF, are you referring to this?

http://jpf.sourceforge.net/

If that is the case, you might try consulting

the experts on it, via the forum link..

http://sourceforge.net/forum/forum.php?forum_id=378299

In fact, second from top (at this moment) is

a relevant post with this reply

http://sourceforge.net/forum/forum.php?thread_id=1656695&forum_id=378299

AndrewThompson64a at 2007-7-8 22:19:44 > top of Java-index,Desktop,Deploying...
# 4
Thanks for directing me. It helped me lot in knowing more about the abilities of webstart. Thank you
Balaji_ACKa at 2007-7-8 22:19:44 > top of Java-index,Desktop,Deploying...