Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Thread: Collections.sort

    by Norm
    Replies
    12
    Views
    1,526

    Re: Collections.sort

    Use the javac command to get good error messages.
    Here is a sample:


    TestSorts.java:138: cannot find symbol
    symbol : variable var
    location: class TestSorts
    var = 2;
    ^
  2. Thread: Collections.sort

    by Norm
    Replies
    12
    Views
    1,526

    Re: Collections.sort

    Where is the "this" variable on line 28?
  3. Thread: Collections.sort

    by Norm
    Replies
    12
    Views
    1,526

    Re: Collections.sort

    Where are the line numbers showing where in the source file the errors happened?
  4. Thread: Collections.sort

    by Norm
    Replies
    12
    Views
    1,526

    Re: Collections.sort

    Here's another look at code tags:



    <YOUR CODE HERE>
Results 1 to 4 of 4