4
votes
4answers
234 views
Implementing the “system” command in Java.
I have need for a "system" function call, the same as those in Python, Perl, PHP, Ruby, &c. It will be a component of a JavaScript standard library called Narwhal, when it's run on the Rhino J …
