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?
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: Re : Java, JNI and UNIX root effective user id ... >>when run by a normal user under unix? ... > necessary to run the application as root,... > would give root privileges to every java application. ... > launches java, and you need to make sure that all of the application's ... (comp.lang.java.programmer)
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)