Dong Shin 03.24.2011

  • playing with Phil’s WebIDE projects
    • struggling to get the Runtime.getTuntim().exec() to work in OS X environment
    • initiated it with ‘sh -i’, tried bash, csh,…. none is better than the others
    • found that Windows code waits for ‘C:’ prompt
    • Mac’s doesn’t return any prompt, gets stuck at BufferedReader.readLine()
    • put a Timer in there and experimented with it, couldn’t return control to continue the code execution, but this may be the way to go
    • will experiment on the Linux box here at the office.