Re: Running Linux shell scripts from Java

2000-10-09 Thread Joi Ellis
Natasha Gfell wrote: > > Is there a way to run a Linux shell script from a java program if they > are on different machines? I'm trying to write a Java program that will > run on a Windows machine, connect to a Linux machine, and run a Linux > shell script. Is that possible? Can anyone provide

Re: Running Linux shell scripts from Java

2000-10-09 Thread Peter Pilgrim
--- Message History From: [EMAIL PROTECTED] on 09/10/2000 14:00 To: [EMAIL PROTECTED] cc: Subject: Running Linux shell scripts from Java Is there a way to run a Linux shell script from a java program if they are on different machines? I'

Running Linux shell scripts from Java

2000-10-09 Thread Natasha Gfell
Is there a way to run a Linux shell script from a java program if they are on different machines? I'm trying to write a Java program that will run on a Windows machine, connect to a Linux machine, and run a Linux shell script. Is that possible? Can anyone provide an example of how you would wri

shell scripts

1999-02-11 Thread Richard Bottoms
I want to execute a java test program from inside a shell script under Red Hat 5.2. Any thoughts on the best construct to use along the lines of: #!/bin/sh java \ -Dcgi.content_type=$CONTENT_TYPE \ hello r.b. Linuxsoft Open Source Solutions http://www.linuxsoft.net