A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.oracle.com/en/java/javase/11/jshell/introduction-jshell.html below:

Introduction to JShell

JShell was introduced in JDK 9. To start JShell, enter the jshell command on the command line.

JDK 9 or higher must be installed on your system. If your path doesn’t include the bin directory, for example java-home/jdk-9/bin, then start the tool from within that directory.

The following example shows the command and the response from JShell. Text that you enter is shown in bold:

% jshell
|  Welcome to JShell -- Version 9
|  For an introduction type: /help intro

jshell>

The examples in this tutorial use the verbose mode. Verbose mode is recommended as you work through this tutorial so that what you see matches the examples. When you are more familiar with the tool, you might prefer to run in normal or a more concise mode.

To start JShell in verbose mode, use the -v option:

% jshell -v

To exit JShell, enter /exit:

jshell> /exit
|  Goodbye

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4