Java 1.5 Command Line Password Masking

Posted by tathamr on Stack Overflow See other posts from Stack Overflow or by tathamr
Published on 2010-03-07T22:33:33Z Indexed on 2010/03/08 0:01 UTC
Read the original article Hit count: 1076

Filed under:
|

All,

Our server is running Java 1.5 and I am having difficulty trying to mask user input from the command line. I am executing a jar file (java -jar my.jar) and am working through command line prompts via printlns. I cannot use Java Console.

Thanks

© Stack Overflow or respective owner

Related posts about java

Related posts about command-line