第一种
String nowPath="C:\Program Files\Microsoft Office\Office15\xx.html";
try {
Runtime.getRuntime().exec("C:\Program Files\Microsoft Office\Office15\WINWORD.EXE "+nowPath);

第一种
String nowPath="C:\Program Files\Microsoft Office\Office15\xx.html";
try {
Runtime.getRuntime().exec("C:\Program Files\Microsoft Office\Office15\WINWORD.EXE "+nowPath);