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
Is this client server?
In order to make this work you need to have a JVM on both a client and the server
machines.
Have you investigated Remote Method Invocation, this a way of making two remote JVM
communicate by passing back and from object and invoking methods in the Java platform.
You would