Re: Auto Updating an App
On Tue, 28 Feb 2006 10:23:52 -0000, "Allan Bruce" <amb@xxxxxxx> wrote,
quoted or indirectly quoted someone who said :
In C++ I execute another small program which grabs the file from the web,
replaces the old one and launches the new one. Is this what I will have to
do in Java?
There many ways you can handle it. See
http://mindprod.com/jgloss/installer.html
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
.
Relevant Pages
- Re: Launch 2 applications sametime windows
... Take a look at the command line command "START". ... > I want to launch two java applicafions at the same time in windows. ... > server, in the background, waits 5 seconds then launches the client, ... (comp.lang.java.programmer) - Regarding the virtual machines.
... I was just thinking that in case of vm, like Java VM, each java ... application launched runs in the address space of the virtual machine, ... also a software process. ... Also each application launches its own VM and not multiple ... (comp.programming) - Regarding the virtual machines.
... I was just thinking that in case of vm, like Java VM, each java ... application launched runs in the address space of the virtual machine, ... also a software process. ... Also each application launches its own VM and not multiple ... (comp.arch) - Re: Remove warning messages from the command window
... > application which sets the environment variables and launches java. ... > am also using jclass in my application. ... java MyClass 2>./err.log ... (comp.lang.java.programmer) - Java Web Start Problems
... picking up any args that I pass. ... This application also launches using Java Web Start, ... fact that any args passed in the tags of the jnlp file seem ... (comp.lang.java.programmer) |
|