[JAVA2D] System-call

2004-05-10 Thread Sven Mielordt
Dear fellows, sorry for a newbie perhaps posting not at the right place, but we could not find the information how to start other programs out of a JAVA program. The problem: If I run a C program, it is easy to invoke other foreign programs by the System call (at least under Linux that works).

Re: [JAVA2D] System-call

2004-05-10 Thread Dmitri Trembovetski
Hi Sven, Question: Is there any comparable way to invoke calls to the operating system in Java? Yes, there is. Take a look at java.lang.Runtime.exec() methods. Thank you, Dmitri On Mon, May 10, 2004 at 04:46:30PM +0200, Sven Mielordt wrote: Dear fellows, sorry for a