java for arm_v7a
ttcoder at netcourrier.com
ttcoder at netcourrier.com
Wed Apr 5 19:32:46 CEST 2023
Hello Genodians,
I am able to run java.run in virt_qemu-arm_v7a. The output is directed to log [ stdout="/dev/log" ], is there a way to redirect the sdtout to terminal [ stdout="/dev/terminal" ] instead of log?
My two cents : the way I do it here is to modify the "config" scenario file this way:
- keep stdout set to "/dev/log"
- modify the routing to : <route> <service name="LOG"> <child name="terminal_log"> ...
- add a terminal_log component
- add a terminal component.
It works for me... But if there is a way to specify stdout="/dev/terminal" instead, that might be of interest to me as well.
Cedric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.genode.org/pipermail/users/attachments/20230405/7ca58b38/attachment.htm>
More information about the users
mailing list