You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the previous experiment, I can make our Java ATM program work in the website. But, it still got problem. The program can not be executed properly. CheerpJ only can make our program display to the browser console. Any input mechanism that we have made can not work. Browser can not send user input in its console to Java program.
Solution
After little research, I try to use a crazy idea that to make a virtual terminal in website. I hope with virtual terminal, our Java program can run like in native terminal. Any input and output process can be done properly. Xterm.js is the answer for this problem. For now and next day, I try to make virtual terminal using Xterm. I hope it can work according to my expectations.
The text was updated successfully, but these errors were encountered:
At the previous experiment, I can make our Java ATM program work in the website. But, it still got problem. The program can not be executed properly. CheerpJ only can make our program display to the browser console. Any input mechanism that we have made can not work. Browser can not send user input in its console to Java program.
Solution
After little research, I try to use a crazy idea that to make a virtual terminal in website. I hope with virtual terminal, our Java program can run like in native terminal. Any input and output process can be done properly.
Xterm.js is the answer for this problem. For now and next day, I try to make virtual terminal using Xterm. I hope it can work according to my expectations.
The text was updated successfully, but these errors were encountered: