Eclipse: Take Input Parameter using Prompt

Discussion DashboardCategory: GeneralEclipse: Take Input Parameter using Prompt
DHARMEDRA SAHU Staff asked 7 years ago
1 Answers
DHARMEDRA SAHU Staff answered 7 years ago

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}”

DHARMEDRA SAHU Staff replied 7 years ago

if developer wants to set VM argument then use VM arguments window to setup VM argument.