System.Console() MyEclipse IDE > General Development This topic has 2 replies, 2 voices, and was last updated 14 years ago by support-swapna. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts December 3, 2010 at 1:53 pm #313081 Reply skidancerParticipant Hi, I can’t get MyEclipse to read from the Console. Is there a way to do it? Thanks, David December 3, 2010 at 2:09 pm #313082 Reply skidancerParticipant @skidancer wrote: Hi, I can BTW, I mean calling System.Console(). Regards, David December 6, 2010 at 12:59 am #313107 Reply support-swapnaModerator skidancer, System.Console() is more restricted from Java 6 onwards and most of the IDEs including Eclipse return null. As a workaround you can use BufferedReader. Also go through the following article which gives a clear picture about the same : http://illegalargumentexception.blogspot.com/2010/09/java-systemconsole-ides-and-testing.html Author Posts Viewing 3 posts - 1 through 3 (of 3 total) Reply To: System.Console() You must be logged in to post in the forum log in