Process p = Runtime.getRuntime().exec(
       new String[] {
          "c:/program files/IE/iexplorer.exe",
          "http://www.yahoo.com"}
       );

解决方案 »

  1.   

    你不会告诉我你没有改你的地址吧. 我这里测试一切正常啊.
             try{
             Process p = Runtime.getRuntime().exec(
                    new String[] {
                       "c:/program files/Internet Explorer/iexplore.exe",
                       "http://www.yahoo.com"}
                    );
             }catch(Exception e){e.printStackTrace();}
      

  2.   

    肯定是行的,你看看你的ie的路径对不对,
    可能是:C:/Program Files/Interner Explorer/IEXPLORE.exe