给你个例子:
public class TestCmd {
  public TestCmd(){}
  public static void main(String args[]){
        try {
        Process process = Runtime.getRuntime().exec("cmd.exe  /c starthttp://www.csdn.net");     
        }catch (Exception  e)
        {
            e.printStackTrace();
            }  
        
      }
    }  
}
实现了访问网站的功能