Hi Devashish,
On 4/9/23 07:44, Devashish Dewangan cs21m017 wrote:
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?
I have tested your version of the java.run script on Genode Linux. The input works for me. You just don't see anything, because there is no echo to the terminal (stdout) during input. I will also try to test on arm_v7a Qemu. Regards,
Sebastian