| Author |
Console class
|
Ashish K. Singh
Greenhorn
Joined: Jan 31, 2009
Posts: 5
|
|
I am getting the following error :
ConsoleTest.java:3: cannot find symbol
symbol : class Console
location: class ConsoleTest
Console conc = System.console();
^
1 error
Do i have to include any package to use this class Console ? Thanks
|
 |
Ashish K. Singh
Greenhorn
Joined: Jan 31, 2009
Posts: 5
|
|
Okies, that was my bad. I got it now. I need to import java.io.Console and also use char[] for taking the passwd. And also it is foolish of me to print out the passwd. Thanks
|
 |
 |
|
|
subject: Console class
|
|
|