Hello,
I have a jar file, when run from command line asks for two parameter, say username and password. I would like to call this jar file in a shell script but, how do I pass the username and password to it in the script?
$java -jar startApps.jar
username:
password:
Thank you,