mbien commented on issue #6858:
URL: https://github.com/apache/netbeans/issues/6858#issuecomment-1859037299

   is this about JShell or the output window or something else?
   
   ```java
       public static void main(String[] args) {
           System.out.println("write something:");
           System.out.println("you typed: '"+new 
Scanner(System.in).nextLine()+"'");
       }
   ```
   output window seems to work as expected
   
   input not working in JShell is a known bug: 
https://github.com/apache/netbeans/issues/3804


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to