| Author |
Java Web Start is taking more time to launch the Application
|
Kushi Gadiparthi
Ranch Hand
Joined: Sep 23, 2010
Posts: 52
|
|
Hi All,
I am using the Java Web Start to Launch the Application and using the JNLP's Remotely.
When I click on the Launch Button the Java Web Stat takes a very long time that is more than 10mins for "verifying the application".
Will you please anybody give some Idea to improve the performance and reduce the time of Java Web Start.
Thanks in Advance.
|
Jashvika
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 8441
|
|
Java web start/JNLP questions are best suited on the JNLP and Webstart forum. I will move this topic there for you.
In future please do take out time to CarefullyChooseOneForum
|
[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
|
 |
Kushi Gadiparthi
Ranch Hand
Joined: Sep 23, 2010
Posts: 52
|
|
Thanks,
Jashvika
|
 |
Sunil Manheri
Ranch Hand
Joined: Jul 07, 2004
Posts: 32
|
|
By default Java Web Start checks for updates before launching the application. There is a new element added in Java 6 named <update> where you can control the update check, with the following values:
timeoutalwaysbackground
In your case you can set the value as background as shown below, where the application will be launched immediately but the update check will happen in the background.
<update check="background"/>
Check this link for a sample JNLP file: Distribute your Swing application via Java Web Start
|
TechMindViews - Technical Notes
|
 |
 |
|
|
subject: Java Web Start is taking more time to launch the Application
|
|
|