if (!file.exists())
file.mkdirs();
file.createNewFile();
The error states that I have a problem with actually 'writing' Go Falcons to the file, it will state that the file access is denied, Does that mean something is wrong with my code?
Error states: FileNotFoundException Access is denied
PS: how do I actually read this file, once it's writable?
FileWrite extends Exception?? Perhaps you need to start with something simpler than file IO...javathis time.System.out.println(), it is better to run theprintStackTrace()method on the exception object itself. This gives you much more information about how and why your program is failing.