1 Answers
We can configure to take input dynamically in eclipse while running Batch or Java Program. Please find it below –
* Launch Your eclipse
* Clicked on Run Configuration
* Clicked on Program for which you want to configure Dynamic Input
* Click on Arguments and write something
“Your Program Full Path” “Arg1=${string_prompt:Description about Field},Arg2=${string_prompt:Description about Field}”
if developer wants to set VM argument then use VM arguments window to setup VM argument.