java-repl
java-repl copied to clipboard
Scanner cannot read input
Basic "hello {you}" flow doesn't work. Calling scan.next() just blocks but without accepting input or recognizing EOL.
Is that on System.in?
Yes.
Yeah that might be tricky. Basically javarepl is a web service so more of request-response rather than stream. Let me think a bit on this.