Hello to all,I need to install a certain software with an applet. Can be done? Like). I take to day investigating and nonencounter the form.Thank you very much
When you install something (e.g in Windows) you are using an installer.So your question is transformed to : how to run an installer from an applet.And the answer is simple. You can do it like thisProcess myprocess=Runtime.getRuntime().exec(Installer_Command);