Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    10
    Views
    1,756

    Re: Java Course Issues (Mod 5)

    The compiler is complaining that the items in {} are not Vectors. If you wan to put items into a Vector, use the Vector class's add() method.
  2. Replies
    10
    Views
    1,756

    Re: Java Course Issues (Mod 5)

    What statement is at line 133? The compiler objects to the code trying to convert a String to a Vector.
  3. Replies
    10
    Views
    1,756

    Re: Java Course Issues (Mod 5)

    Please copy the full text of the error messages and paste it here. The error messages give inportant info about the errors. Here is a sample:


    TestSorts.java:138: cannot find symbol
    symbol :...
  4. Replies
    10
    Views
    1,756

    Re: Java Course Issues (Mod 5)

    Please copy the full text of the error messages and paste it here.
  5. Replies
    10
    Views
    1,756

    Re: Java Course Issues (Mod 5)

    Please post your code here on the forum and some specific questions about the code.
Results 1 to 5 of 5