Entering and Exiting JShell

suggest change

Starting JShell

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.

Exiting JShell

To exit JShell, run the following command from the JShell prompt:

jshell> /exit

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents