Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Replies
    9
    Views
    1,242

    Re: java noob needs help with text editor code :)

    The compiler has found code past the end of the class definition (past its ending }) that is not one of these:
    class, interface, or enum

    Check that the code after the } ending the class's...
  2. Replies
    9
    Views
    1,242

    Re: java noob needs help with text editor code :)

    Please copy and post the full text of the error messages.


    How did you mark it?
    Something like: //<<<<<<<<<<<<<<<<<< HERE IS ERROR<<<<<
    that is very easy to see and find.
  3. Replies
    9
    Views
    1,242

    Re: java noob needs help with text editor code :)

    Check that all the {s have a matching }
  4. Replies
    9
    Views
    1,242

    Re: java noob needs help with text editor code :)

    What is the 6 doing there?

    Check that all "s are in pairs. One before and one after the String literal: "The literal"


    Suggestion for future programs. Compile more often. Don't wait so...
  5. Replies
    9
    Views
    1,242

    Re: java noob needs help with text editor code :)

    Check that all the { and } are properly paired.
    Copy and paste here the full text of the first few error messages that show where they occur in the source code.


    Please edit your post and wrap...
Results 1 to 5 of 5