
paolo.ascione1.552489982632456E12 asked a question.
Internet installation error
My web installation blocks indefinetely and the browser window shows the message: "Installing Application..." but nothing happens.
If I close the browser my java console shows the following stacktrace:
"
java.io.IOException
at com.installshield.wizard.platform.web.applet.SunsJREPluginInstall.exec(SunsJREPluginInstall.java:28)
at com.installshield.wizard.platform.web.applet.WizardApplet$Install.run(WizardApplet.java:416)
at java.lang.Thread.run(Unknown Source)
Terminated installation.
"
Can someone help me fix this error????
Thanks in advance
I have an action in the install sequence that starts a java application.
This application is still alive when the installer finishes and the applet does not receive any input and so it is not able to stop itself.
If I try to end that process, the applet completes and anything works well.
Can someone tell me how I can launch an external jar that keeps alive when the installer ends and the applet completes?