能否举个例子?比如我要在程序的界面上显示http://127.0.0.1直接调用iexplore.exe的方法已经解决。
Runtime rt = Runtime.getRuntime();
rt.exec("C:\\Program Files\\Internet Explorer\\IEXPLORE.EXE http://www.google.com/");