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 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).
>
> Question: Is there any comparable way to invoke calls to the operating system in
> Java?
>
> Thank you
> Sven
> ____________________________________________________________________
> Der WEB.DE Virenschutz schuetzt Ihr Postfach vor dem Wurm Sober.A-F!
> Kostenfrei fuer FreeMail Nutzer. http://f.web.de/?mc=021158
>
> ===========================================================================
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff JAVA2D-INTEREST". For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".