Hello I have Java application that runs under unix and has console for user imput. I would like to perform something like this -
If I enter "edit config" I would like to vi pop up with config file loaded (with java still running in background" and after user is done editing and he closes vi, the java would take controle of console again. Is there a special way / tool to achiev this? Any help appritiated, thank you!