N
Nick
how to execute IE7?
thanks!
thanks!
Nick said:how to execute IE7?
thanks!
Nick said:when i type "iexplore.exe" in "start"--> "Execute"--> "iexplore.exe"
then press ENTER
The IE will appear,but when i execute the following code in Java , i
can't execute the IE, WHY?
Did you read the API doc?Nick said:when i type "iexplore.exe" in "start"--> "Execute"--> "iexplore.exe"
then press ENTER
The IE will appear,but when i execute the following code in Java , i
can't execute the IE, WHY?
and what is the meaning of "p.waitFor();"
Omit the trailing blank:thanks!
try{
Runtime rt = Runtime.getRuntime();
Process p = rt.exec("iexplore.exe ");
when i type "iexplore.exe" in "start"--> "Execute"--> "iexplore.exe"
then press ENTER
The IE will appear,but when i execute the following code in Java , i
can't execute the IE, WHY?
and what is the meaning of "p.waitFor();"
thanks!
try{
Runtime rt = Runtime.getRuntime();
Process p = rt.exec("iexplore.exe ");
p.waitFor();
}catch(Exception ex){
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.