天天看点

java在windows中弹出文件夹

  try {

   Runtime.getRuntime().exec("explorer E:");   

  } catch (IOException e) {

   // TODO Auto-generated catch block

   e.printStackTrace();

  }