try {
//java调用ie
Runtime.getRuntime().exec("rundll32 url.dll,FileProtocolHandler http://yangfei520.blog.51cto.com/");
//java调用outllok
//Runtime.getRuntime().exec("rundll32 url.dll,FileProtocolHandler mailto:yangfei_luck@163.com?subject=&body=");
} catch (IOException e) {
e.printStackTrace();
}
}