Before trying to start JShell, make sure your JAVA_HOME
environment variable points to a JDK 9 installation. To start JShell, run the following command:
$ jshell
If all goes well, you should see a jshell>
prompt.
To exit JShell, run the following command from the JShell prompt:
jshell> /exit