JavaFXSupportsForJShell icon indicating copy to clipboard operation
JavaFXSupportsForJShell copied to clipboard

Linux, JDK 9.0.1 - No results are displayed

Open cayhorstmann opened this issue 8 years ago • 0 comments

Here is what happens when I try it:

$ sh scripts/jfxshell.sh |  Welcome to JShell -- Version 9.0.1
|  For an introduction type: /help intro

jshell> Label label = new Label("Fred")
label ==> 

jshell> label.getText()
$2 ==> 

jshell> 6 * 7
$3 ==> 

cayhorstmann avatar Dec 30 '17 00:12 cayhorstmann