Votes
Answers
Views
Question
1
2
216
asked 8 years ago by itsvikasjindal
updated 8 years ago by itsvikasjindal
I am trying to run HP LoadRunner (wlrun.exe) command from Java Program and check the status at the exit of wlrun.exe command. Sample Java Code: public class LRTest { private static int exitValue = -1; private class WlRunExecution extends Thread { Process p; String command = new String(); public WlRu...