I only have dash installed in /bin/ and have no permission to install /bin/bash.
I just want to update path in Utils/OS_cmd.java to /bin/sh
| cmd_array = new String[] { "/bin/bash", "-c", command_line}; |
What are the steps to compile all these *.java files?
Any help would be appreciated.