Hello genodians,
I am exploring the java arm_v7a & I want to use the terminal for stdin & stdout. I am able to get stdin and stdout to terminal by configuring java.run and every output is redirected to terminal instead of log. I am attaching the snap of output.
I want to have the java program stdin & stdout happen via terminal and the compilation & running the byte code related information in the log. How can I achieve this?