Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    9
    Views
    1,346

    Re: Cannot find symbol writefile

    Java is very fussy about that.
  2. Replies
    9
    Views
    1,346

    Re: Cannot find symbol writefile

    Try using the editor's Find tool with the Match Case option set and find writeFile in your code to see what is found.
  3. Replies
    9
    Views
    1,346

    Re: Cannot find symbol writefile

    All variables used in a program must be defined. Here are some sample definitions:

    int anIntVar; // define an int variable
    String aStringVar; // Define a String variable
    Scanner...
  4. Replies
    9
    Views
    1,346

    Re: Cannot find symbol writefile

    Where is the variable: writeFile defined? The compiler can not find its definition.

    What line is the error on? Can you copy and paste the full text of the compiler's error message?
    Here is a...
  5. Replies
    9
    Views
    1,346

    Re: Cannot find symbol writefile

    please copy and paste here the full text of the error message so we can see what the problem is.
Results 1 to 5 of 5