Search:

Type: Posts; User: kc120us

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    3,487

    Re: File not found exception

    In your main method, you have to either throw the Exception or put your I/O statements in a try/catch block. Try looking here to figure out how to do it. Catching and Handling Exceptions (The Java™...
  2. Replies
    4
    Views
    3,487

    Re: File not found exception

    You have to handle the exception. That is what the compiler is complaining about
Results 1 to 2 of 2