anyone know if you can open an interactive os command prompt window in, for example, the bottom pane next to the console output window? running eclipse/pydev on linux, so would be bash ...
Community driven content discussing all aspects of software development from DevOps to design patterns. The easiest way to garner user input in a Java program is to use the System’s Console class.
I don't know if you'll find it satisfying, but I recently did some work where I created a child process that I controlled using standard input and output. I referenced this MSDN article: How to spawn ...