Netbeans rcp中获得本地文件系统路径


通过file协议

——————————————————————————————————————————————————————

            URL url = new URL("file:///E:/AutoTest.exe");
            File file1 = Utilities.toFile(url.toURI());
            System.out.println(file1.getAbsolutePath());
            final Process process = Runtime.getRuntime().exec(file1.getAbsolutePath());
            int exitCode = process.waitFor();
            if(exitCode == 0) {
                // 读取结论
                
            }

智能推荐

注意!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系我们删除。



 
© 2014-2019 ITdaan.com 粤ICP备14056181号  

赞助商广告