Search:

Type: Posts; User: Norm

Search: Search took 0.32 seconds.

  1. Replies
    14
    Views
    1,458

    Re: Code problems! HELP :)

    The javac command gives more information that helps in fixing problems. Just saying look here often isn't enough.
  2. Replies
    14
    Views
    1,458

    Re: Code problems! HELP :)

    You need to find out how to use your IDE so it will give you full texted error messages. Or how to have it give you more details about what the problem is.


    The compiler will say what type was...
  3. Replies
    14
    Views
    1,458

    Re: Code problems! HELP :)

    That's a strange error message from the compiler. Not very specific.
    Here is a sample of what I get from the compiler:


    TestSorts.java:138: cannot find symbol
    symbol : variable var...
  4. Replies
    14
    Views
    1,458

    Re: Code problems! HELP :)

    Could you copy and post the full text of the compiler's error message?
Results 1 to 4 of 4