In Java, how would I use a command line shell like cliche (can be found here) and launch it using an actual system command prompt shell? In my case "Terminal" for OSX.
I am trying to use it as the interface for my java application.
For example:
When the user types "hello" into the command prompt, the java application would print "Hello world".