java.lang.RuntimeException: java.io.FileNotFoundException: C:\Windows\System32\KrzApp\platforms\android\gradle\wrapper\..\gradle-2.2.1-all.zip (The system cannot find the file specified)
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
Make sure the glassfish server is running and hosts the file and is accessible to the public. If that's not the case, change the permissions of the file in the server's file system.
Solutions on the web
via Stack Overflow by krz shipon
, 1 year agovia Stack Overflow by Unknown author, 2 years ago
via Stack Overflow by Muhammad Umer
, 2 years agovia GitHub by mumer92
, 2 years agovia GitHub by lovezt
, 1 year agovia Stack Overflow by SandeepC
, 2 years agojava.io.FileNotFoundException: C:\Windows\System32\KrzApp\platforms\android\gradle\wrapper\..\gradle-2.2.1-all.zip (The system cannot find the file specified)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.
(FileInputStream.java:138) at java.io.FileInputStream.
(FileInputStream.java:93) at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:90)
at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:188)
at org.gradle.wrapper.Download.downloadInternal(Download.java:59)
at org.gradle.wrapper.Download.download(Download.java:45)
at org.gradle.wrapper.Install$1.call(Install.java:60)
at org.gradle.wrapper.Install$1.call(Install.java:47)
at org.gradle.wrapper.ExclusiveFileAccessManager.access(ExclusiveFileAccessManager.java:65)