I am trying to run a Java REPL within Sublime using Windows 10. I have successfully installed the SublimeREPL package and am running a Shell REPL. I have also downloaded a Java REPL .jar file (https://github.com/albertlatacz/java-repl). The .jar file runs from Command Prompt (using the command “java -jar javarepl.jar”) and the Java REPL behaves properly. When attempting this same command from the Shell REPL within Sublime, however, the Java REPL launches but does not evaluate any of the Java input or any commands such as “help” or “quit.” I have successfully run this Java REPL from within the Sublime Shell REPL on a Mac. Is there different configuration required for Windows, or a Windows fix for this problem?