Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    14
    Views
    1,620

    Re: Very Beginner...very frustrated...

    When the compiler says: cannot find symbol that means it can not find a definition for the symbol in the error message.
    Look at the error message, get the symbol mentioned in the message and see...
  2. Replies
    14
    Views
    1,620

    Re: Very Beginner...very frustrated...

    The java command requires a main() method as described in the error message in the class that is used on the command line with the java command. For example
    java TheClass

    TheClass is the...
  3. Replies
    14
    Views
    1,620

    Re: Very Beginner...very frustrated...

    Hope it gets clearer soon.
  4. Replies
    14
    Views
    1,620

    Re: Very Beginner...very frustrated...

    You use the new statement to create an instance of an object.

    See the tutorial:
    Creating Objects (The Java™ Tutorials > Learning the Java Language > Classes and Objects)
  5. Replies
    14
    Views
    1,620

    Re: Very Beginner...very frustrated...

    Did you read my post about what the problem was and how to fix it?

    To copy the contents of the command prompt window:
    Click on Icon in upper left corner
    Select Edit
    Select 'Select All' - The...
  6. Replies
    14
    Views
    1,620

    Re: Very Beginner...very frustrated...

    Please copy the full text of the error messages and paste it here.
    The compiler can not find the definiton for the symbol shown in the error message. Java is case sensitive. Check the spellings to...
Results 1 to 6 of 6