Search:

Type: Posts; User: Norm

Search: Search took 0.23 seconds.

  1. Replies
    11
    Views
    1,248

    Re: I have one error on a 2 simple codes.

    Glad you got it working.
  2. Replies
    11
    Views
    1,248

    Re: I have one error on a 2 simple codes.

    Not sure what I'm supposed to look for in the first post.
    The code has compiler errors that need to be fixed. I gave a hint in my last post: Check the spelling.
  3. Replies
    11
    Views
    1,248

    Re: I have one error on a 2 simple codes.

    Java is case sensitive. Make sure the names of the classes are spelled correctly. Compare the one that works with the one that doesn't. Also the ^ will point near the problem.
  4. Replies
    11
    Views
    1,248

    Re: I have one error on a 2 simple codes.

    When you get an error, copy the full text and paste it here.
  5. Replies
    11
    Views
    1,248

    Re: I have one error on a 2 simple codes.

    Both of the sections of posted code are missing the class definitions.

    Declaring Classes (The Java™ Tutorials > Learning the Java Language > Classes and Objects)
  6. Replies
    11
    Views
    1,248

    Re: I have one error on a 2 simple codes.

    Please copy the full text of the error message and paste it here. It has important info about the error.

    Please edit your post and wrap your code with code tags:


    YOUR CODE HERE

    to get...
Results 1 to 6 of 6