Search:

Type: Posts; User: Norm

Search: Search took 0.18 seconds.

  1. Replies
    4
    Views
    1,706

    [SOLVED] Re: Cannot Find Symbol Compiling Error

    All variables used in a program must be defined.
    Either add definitions for the variables that need to be defined,
    or change the code so it does not use undefined variables.
    For example: Check...
  2. Replies
    4
    Views
    1,706

    [SOLVED] Re: Cannot Find Symbol Compiling Error

    That means the compiler can not find the definition for a class, variable or method.

    Copy the full text of the error messages and paste it here.
Results 1 to 2 of 2