I have tried to integrate the jshell
Java 9 REPL into SublimeREPL as described in this documentation. I have set up the files correctly:
When I run the REPL from Sublime, I get the initial output generated by the REPL, so I know it is able to access the jshell
executable:
However, the SublimeREPL interface seems to not be sending my input upon hitting Enter
to the REPL, as I am getting no response back upon attempting to submit an expression to the REPL:
Any assistance on how to solve this problem would be greatly appreciated. I have exhausted my list of potential fixes.