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

X

xmx

I 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!
 
F

Flo 'Irian' Schaetz

And thus spoke xmx...
Who can tell me why?
Is this a bug of eclipse or jdk6?

Afaik: Eclipse does not support that console yet. Perhaps in 3.3.

Flo
 

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,763
Messages
2,569,563
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top