Search:

Type: Posts; User: priere

Search: Search took 0.08 seconds.

  1. Re: Java XML: IndexOutOfBoundsException When appending a node

    Yes! You're right. This program will probably crash if i'm writing it in C++ :cool:
  2. Re: Java XML: IndexOutOfBoundsException When appending a node

    Thank you all, and yes, the problem is here. I have removed
    rootE.appendChild(messageE); and it works. :)
  3. Java XML: IndexOutOfBoundsException When appending a node

    Java XML: IndexOutOfBoundsException When appending a node

    Dear all,

    Now that I am writing a messenger program. The following code shall store the message history.
    Sadly, I've encountered an...
Results 1 to 3 of 3