i am in need of creating a jnlp file dynamically by using a script or java oced. Kindly get me some prototye code.which will be very much useful for me in the futher development. You can also refer to some site were i can get some codes.
Shiao, Chern-Jer
Greenhorn
Joined: Aug 18, 2001
Posts: 7
posted
0
I've done this. In your servlet, or struts action, do this.
vinuta hosur
Greenhorn
Joined: Apr 03, 2009
Posts: 2
posted
0
Thanks Chern-Jer, this really helped me.
vinuta hosur
Greenhorn
Joined: Apr 03, 2009
Posts: 2
posted
0
I have a query on Java Web Start.
How can I make my application check for updates and then download latest if there are any updates after it has been launched i.e., when the application is running.
Is this possible?