[Solved] java.io.FileNotFoundException The system cannot find the path specified [closed]
[ad_1] You have not provided the file name so you get that exception,use below code OutputStream file = new FileOutputStream(new File(“D://timer.pdf”)); See the doc here [ad_2] solved java.io.FileNotFoundException The system cannot find the path specified [closed]