Bug 559834 - Console c=System.console(); returning null in java 8
Summary: Console c=System.console(); returning null in java 8
Status: CLOSED DUPLICATE of bug 122429
Alias: None
Product: Platform
Classification: Eclipse Project
Component: IDE (show other bugs)
Version: 4.14   Edit
Hardware: PC Windows 10
: P3 critical (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-04 09:40 EST by srikanth nani CLA
Modified: 2020-02-04 15:48 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description srikanth nani CLA 2020-02-04 09:40:19 EST
System.console() returning null. but it is executing through commands in cmd
Comment 1 Paul Pazderski CLA 2020-02-04 15:48:46 EST
The JVM does not consider Eclipse Console View as console and therefor does not return a Console object.

*** This bug has been marked as a duplicate of bug 122429 ***