Hi Ashish,
Can u tell me when u are trying to run the shell scrip from ur java class
using the Process class, if u are try to open a stream between ur shell
script and the java class, are u trying to pass some data between the two?
I dont know much about shell scripts, so please execuse me if it is not
possible at all to open a stream to a shell script from a Java class.
However if u are trying to open a stream to the shell script then I would
like to share this with u:
I tried invoking a C program from a java class using Process class. It
worked fine as long as the C program was invoked asynchronously, but if I
tried to open a stream between the two then  both the programs would ender
into a deadlock.
I was doing this on Win95.

Let me know if u find a solution to this.

-thanks
Sandeep

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to