Hi everyone,
I wrote the below small code to run one command line argument in my program but somehow couldnt understand how to store or retrieve the output generated by that command line.So i would be very thankful if someone helps me with this.
Runtime rt = Runtime.getRuntime();
Process pr = rt.exec("dbentry -i 1234 -U loclucmed09");
Regards,
aru211285