Re: external command from java

2009-06-17 Thread Boyd Stephen Smith Jr.
In <46688cb90906170748v5acc1dcbh2c616ef948d4b...@mail.gmail.com>, abdelkader belahcene wrote: >how to execute an external program from java. Look at the documentation for java.lang.Runtime.exec family of functions. Compare/contrast with the exec* family of SUS C functions. -- Boyd Stephen Smi

Re: external command from java

2009-06-17 Thread Tony Baldwin
abdelkader belahcene wrote: hi, how to execute an external program from java. the equivalent to the system C command : system( thecommand ), where command is any unix command or program like ls, gedit or firefox thanks for help bela You'd probably be better off asking on a java-dev li

external command from java

2009-06-17 Thread abdelkader belahcene
hi, how to execute an external program from java. the equivalent to the system C command : system( thecommand ), where command is any unix command or program like ls, gedit or firefox thanks for help bela