With Runtime.exec() but you need to read up heavily on it's use and/or  
ask about it on a more appropriate general java list or forum.  

I can tell you quickly that anytime you need to use exec() you should 
look into a threaded approach to handle parsing the standard error and 
standard out streams of your native process or you risk a hung jvm.

Geoff

> 3- a java class which calls a shell script
> 
> is there any one who can tell me how i can realise this, i think the most
> simply is possibility 3, but how i can do that ?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to