Basic Input/Output w/ NetBeans 4.1

I recently switched to NetBeans 4.1 from 3.6 and now I am unable to run any of

my classes requiring basic user input. In version 3.6 input was working fine, as

expected. Now, when I run simple classes to test user input, null is

automatically entered, without pausing to prompt me for input at all. I have

used NetBeans 4.1 successfully with input on other computers, so I have no idea

what the problem is now. I am getting NullPointerExceptions all over the place.

Any ideas? Thanks.

[527 byte] By [Linduriona] at [2007-10-1 8:34:32]
# 1
It may be a result of this bug: http://www.netbeans.org/issues/show_bug.cgi?id=47708There is a patch that's been created (see the bug report discussion) but I don't know if your version is fixed or not.
ChuckBinga at 2007-7-9 22:39:41 > top of Java-index,Developer Tools,Java Compiler...
# 2

Thanks! Console input now partially works w/ patch from that bug report. The only issue now is that the input box comes up before the input prompt is even printed. I have searched a bit for a resolution to this issue but have not found anything so far. I am sure, though, that many users must have had this problem, so I will keep looking in bug reports on the netbeans site.

Thanks again for the help.

Linduriona at 2007-7-9 22:39:41 > top of Java-index,Developer Tools,Java Compiler...