Wednesday, August 23, 2006

New method in Java SE 6 makes IDEs more difficult

In Java SE 6, Sun adds to System a static method console() which returns an instance of java.io.Console. But at this time, most of IDEs do not accept to use output pane as a console so in IDE when you run your application tries to access methods of System.console(), you will have a NullPointerException.

No comments: