I seem to remember there's a java function for executing commands on the
native system (UNIX in this case) but cannot remember which. Anyone know?
Also, is it possible to grab the results of the command back into the java
app?
Example:
1. Execute the 'ls -l' command on the unix machine
2. Grab the reults back into a variable
native system (UNIX in this case) but cannot remember which. Anyone know?
Also, is it possible to grab the results of the command back into the java
app?
Example:
1. Execute the 'ls -l' command on the unix machine
2. Grab the reults back into a variable
Comment