You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/03/17 17:50:04 UTC

[GitHub] [netbeans] rianrajagede opened a new issue #3804: Scanner input not working in Java Platform Shell

rianrajagede opened a new issue #3804:
URL: https://github.com/apache/netbeans/issues/3804


   ### Apache NetBeans version
   
   Apache NetBeans 13
   
   ### What happened
   
   Java platform shell (Jshell)  on Netbeans 13 not responding when I use Scanner.
   
   It's already mentioned in Jira: https://issues.apache.org/jira/browse/NETBEANS-3855
   and also asked in Stackoverflow: https://stackoverflow.com/q/60146438/2147347
   
   ### How to reproduce
   
   Open java platform shell: Tools -> Java Platform Shell
   
   write a simple input command:
   ```
   Scanner a=new Scanner(System.in);
   a.nextInt();
   ```
   
   ### Did this work correctly in an earlier version?
   
   No
   
   ### Operating System
   
   Windows
   
   ### JDK
   
   11.0.12
   
   ### Apache NetBeans packaging
   
   Apache NetBeans provided installer
   
   ### Anything else
   
   ![Screenshot 2022-03-18 004839](https://user-images.githubusercontent.com/12784465/158864356-c5ecc27e-93c7-4c57-8715-40ab6007d309.png)
   
   
   ### Are you willing to submit a pull request?
   
   No
   
   ### Code of Conduct
   
   Yes


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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