System.console().readPassword(); does not work in Eclipse3.2

X

xmx

My use jdk6 and Eclipse3.2

When I run the following codes in eclipse:

---------------code begins---------------------------------
public class Test {
public static void main(String[] args) {
System.console().readPassword();
}
}
---------------code ends------------------------------------

I get this:

Exception in thread "main" java.lang.NullPointerException
at HelloWorld.main(HelloWorld.java:3)

But it runs well in command line.

Who can tell me why?
Is this a bug of eclipse or jdk6?
Thanks very much!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top