Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    6
    Views
    1,555

    Re: I don't even know whats wrong.

    The error happens because the program is continually calling itself in a loop recursively. Every call uses some memory.
    When the JVM runs out of memory it throws the error: ...
  2. Replies
    6
    Views
    1,555

    Re: I don't even know whats wrong.

    It'll help us help you if you would copy the full text of the error messages and paste it here.

    One problem I see with the code is that it uses the == operator to compare String objects instead of...
Results 1 to 2 of 2