Runtime.getRuntime().exec("http://myepage.myetang.com");

解决方案 »

  1.   

    奇怪,我运行的时候怎么有错误!
    java.io.IOException: CreateProcess: http://www.sectorsoft.com error=2
    at java.lang.Win32Process.create(Native Method)
      

  2.   

    Runtime.getRuntime().exec("iexplore.exe http://myepage.myetang.com");
    这样试试
      

  3.   

    Runtime.getRuntime().exec("explorer.exe http://www.google.com");
      

  4.   

    renzy205(ren) is right. Good!
      

  5.   

    Runtime.getRuntime().exec("iexplore.exe http://。");