File file=new File("c://test.pdf"); Runtime.getRuntime().exec( "rundll32 SHELL32.DLL,ShellExec_RunDLL " + "Explorer.exe /select," + file.getAbsolutePath());
博客:http://yaoyaoman.cn/blog,你想找的问题这里都有。
File file=new File("c://test.pdf"); Runtime.getRuntime().exec( "rundll32 SHELL32.DLL,ShellExec_RunDLL " + "Explorer.exe /select," + file.getAbsolutePath());
博客:http://yaoyaoman.cn/blog,你想找的问题这里都有。