sourabhjha
Programmer
I have a scenario where i am opening browser from my java program using runtime.exec.the program launches a single instance of the default browser.Any subsequent call to the program launches the browser to the same window.
However if i explicitly call the browser exe giving its path then each call to the program opens a new browser window.
Is there any way i can have the launches into the same window in the second case(launch giving path)
Thanks in advance,
-Sourabh
However if i explicitly call the browser exe giving its path then each call to the program opens a new browser window.
Is there any way i can have the launches into the same window in the second case(launch giving path)
Thanks in advance,
-Sourabh