how to pass input during executin of java code in eclipse -


I want to retrieve my Java code in Eclipse (and main method using ARG [] command line I argue) -It's okay.

However, my scenario is different. My code asks periodically for input during execution. Where do I enter such inputs? When some of the controls come down to the command line arguments or suggest using a buffer reader or console view, I

edit : But my Eclipse collects the correct message after asking for a pseudo password (forward, my position is different from the command line argument as explained in the first line).

I am using centr 6.5 on Kepler

A near eclipse The console is usually located below your Java perspective. If it is not just window-> View- & gt; Show console

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -